Skip to content

Commit

Permalink
modified: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giabaio committed May 19, 2017
1 parent 6fd2774 commit 1c453e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ r:
before_install:
- echo "options(repos = c(CRAN='http://cran.rstudio.com'))" > ~/.Rprofile
- sudo apt-get update
- sudo apt-get install r-cran-rjags r-cran-R2jags
- sudo apt-get install r-cran-rjags #r-cran-R2jags

install:
- Rscript -e 'install.packages("devtools", repos = "http://cran.rstudio.com")'
- Rscript -e 'install.packages(c("ggplot2", "R2OpenBUGS", "ldr", "splancs"), repos = "http://cran.rstudio.com")'
- Rscript -e 'install.packages("R2jags", repos = "http://cran.rstudio.com")'
- Rscript -e 'install.packages("INLA", repos = c("http://www.math.ntnu.no/inla/R/stable", "http://cran.rstudio.com"))'

0 comments on commit 1c453e9

Please sign in to comment.