Travis testing attempt 4.7

pull/95/head
kaguillera 2020-05-01 15:28:14 -04:00
parent 0c6b2df62d
commit 9be1fb8c76
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ python:
before_install:
- sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran40/'
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
- sudo apt-get update
# - sudo apt-get update
- sudo apt-get install -y r-base r-base-dev
- sudo chmod ugo+rw /usr/local/lib/R/site-library
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'