Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created August 28, 2013 19:17
Show Gist options
  • 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')
@bbda11
Copy link

bbda11 commented May 26, 2024

install slidify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment