Created
August 28, 2013 19:17
-
-
Save ramnathv/6370066 to your computer and use it in GitHub Desktop.
Install Slidify and its Dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
install slidify