Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Created March 1, 2018 20:12
Show Gist options
  • Save maurolepore/9941c9e50ba2e0ba3d1477ce0e0465b0 to your computer and use it in GitHub Desktop.
Save maurolepore/9941c9e50ba2e0ba3d1477ce0e0465b0 to your computer and use it in GitHub Desktop.
install_github("rstudio/rmarkdown")
install.packages(
  'knitr', 
  repos = c('https://xran.yihui.name', 'https://cran.rstudio.org')
)
devtools::install_github(
  "r-lib/pkgdown@c82b36e535a3f7c93fed95d738997620f8752cc3"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment