Install dev version of devtools

This commit is contained in:
hadley 2015-11-10 08:53:41 -06:00
parent ca5ad1e5c9
commit 8ae551b167
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install:
- bundle install --jobs=3 --retry=3
- mkdir -p "$R_LIBS_USER"
- Rscript -e 'if (length(find.package("devtools", quiet = TRUE)) == 0L) { install.packages("devtools", repos = "http://cran.rstudio.com") }'
- Rscript -e 'devtools::update_packages("devtools", repos = "http://cran.rstudio.com")'
- Rscript -e 'devtools::install_gitihub("hadley/devtools")'
- Rscript -e 'devtools::install_deps(repos = "http://cran.rstudio.com", dependencies = TRUE)'
script: bundle exec jekyll build