Travis testing attempt 4.3

pull/95/head
kaguillera 2020-04-30 18:02:57 -04:00
parent 07c1e4e21d
commit 11f0589051
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ python:
- "3.7"
before_install:
- sudo apt-get install -y r-base
# - sudo apt-get install r-base-dev
- sudo apt-get install gfortran
# - sudo apt-get install -y r-base
- sudo apt-get install -y r-base-dev
# - sudo apt-get install gfortran
- sudo chmod ugo+rw /usr/local/lib/R/site-library
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'