Correct spelling

This commit is contained in:
hadley 2015-11-10 09:02:51 -06:00
parent db4ec4b571
commit 0624c60690
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::install_gitihub("hadley/devtools")'
- Rscript -e 'devtools::install_github("hadley/devtools")'
- Rscript -e 'devtools::install_deps(repos = "http://cran.rstudio.com", dependencies = TRUE)'
script: bundle exec jekyll build