Skip to content

Instantly share code, notes, and snippets.

@gmodena
Created June 24, 2013 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmodena/5848425 to your computer and use it in GitHub Desktop.
Save gmodena/5848425 to your computer and use it in GitHub Desktop.
Install devtools rcharts
install.packages('httr')
install.packages('RCurl')
install.packages('memoise')
install.packages('whisker')
dt <- "http://cran.r-project.org/src/contrib/Archive/devtools/devtools_1.1.tar.gz"
fname <- "/tmp/devtools_1.1.tar.gz"
download.file(dt , fname)
install.packages(fname , repos = NULL , type = "source")
require(devtools)
install_github('rCharts', 'ramnathv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment