Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created August 28, 2013 19:17
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 ramnathv/6370066 to your computer and use it in GitHub Desktop.
Save ramnathv/6370066 to your computer and use it in GitHub Desktop.
Install Slidify and its Dependencies
library(devtools)
# install dependencies from CRAN
deps <- c("knitr", "markdown", "yaml", "whisker", "stringr")
install.packages(deps)
# install packages from github
ghrepos <- c('slidify', 'slidifyLibraries', 'rCharts')
install_github(ghrepos, 'ramnathv', ref = 'dev')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment