Skip to content

Commit

Permalink
Install R6 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 28, 2014
1 parent 85fb08e commit 1b940a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- "[ ! -d ~/R ] && mkdir ~/R"
- echo "options(repos = c(CRAN = 'http://cran.rstudio.com'))" > ~/.Rprofile
- cd ..; git clone https://github.com/rstudio/htmltools.git; R CMD INSTALL htmltools; cd shiny
- Rscript -e "install.packages(c('xtable'), quiet = TRUE)"
- Rscript -e "install.packages(c('xtable', 'R6'), quiet = TRUE)"
- Rscript -e "update.packages(instlib = '~/R', ask = FALSE, quiet = TRUE)"
- Rscript -e "install.packages('$R_MY_PKG', dep = TRUE, quiet = TRUE)"

Expand Down

0 comments on commit 1b940a3

Please sign in to comment.