Skip to content

Instantly share code, notes, and snippets.

@ansell
Last active August 29, 2015 14:08
Show Gist options
  • Save ansell/852dcadb6a6f71d5dd86 to your computer and use it in GitHub Desktop.
Save ansell/852dcadb6a6f71d5dd86 to your computer and use it in GitHub Desktop.
Installing R
sudo apt-get install r-base r-base-dev r-doc-pdf r-mathlib autoconf2.13 r-cran-rcurl libcurl4-openssl-dev
Download RStudio from : http://www.rstudio.com/products/rstudio/
Inside RStudio run:
install.packages("devtools")
install.packages("ggplot2")
install.packages("RCurl")
From: https://ramnathv.github.io/slidify/start.html
install_github("slidify", "ramnathv")
install_github("slidifyLibraries", "ramnathv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment