Nacho Caballero
Nacho Caballero
Hi Jonathan, Can't you just import it from the DESCRIPTION file? On Wed, Aug 26, 2015 at 2:28 PM, Jonathan W. Leff [email protected] wrote: > I would like to use...
Hey Roy, you can just do clickme(points, 1:10)$iframe() On Saturday, July 27, 2013, royfrancis wrote: > Hi, > What is the best way to embed the chart/plot into an rNotebook/knitr...
Hey Roy, That's weird. I'm not very familiar with RStudio, so I don't know why it's giving you that error. If you open `/html_preview/temp-Points.html` in your browser, it should work....
Good catch.Thanks for the feedback. One option is to set the directory explicitly: ``` r clickme(points, 1:10, dir = getwd())$iframe() ``` By default `dir` is set to `getOption("clickme_output_path")`. I'm not...
It's probably because you don't have coffeescript install, you can get it at http://coffeescript.org/ On Sun, Sep 7, 2014 at 4:58 AM, TC [email protected] wrote: > I still can't get...
Hi, sorry for the delay. I've been putting clickme in the back burner for a while. Is this the code you're using? ``` setwd("~/Downloads/stats_seminar_talk_2014") # make sure your current directory...
Hi Tom, I don't expect to add any major changes in the next few weeks. I currently only have the [Points template](https://github.com/nachocab/clickme/tree/master/inst/templates/Points) working, so I expect that additional changes will...
Hey @weiglemc I'm sorry it didn't work out. I'm in the middle of a complete refactor of the interface for clickme and I'm not sure I'll continue having a special...
That sounds like a great idea. I'm shooting to release it next week :) but I still have to rewrite all the documentation
Hey Leonardo, Thanks for contributing a ractive. I'm still working on making them easier to share and install (sometime in the near future). Please tell me if you found something...