Skip to content

Commit

Permalink
don't require r-base
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Apr 1, 2019
1 parent be6911f commit 0b03230
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 @@ -31,7 +31,7 @@
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial-cran35/" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install r-base r-base-core -y
- sudo apt-get install r-base-core -y
- export R_LIBS_USER="$HOME/R/Library"
- echo ".libPaths(c('$R_LIBS_USER', .libPaths()))" >> $HOME/.Rprofile
- Rscript travis_setup.R
Expand Down

0 comments on commit 0b03230

Please sign in to comment.