Travis testing attempt 3.7

pull/95/head
kaguillera 2020-04-30 15:59:27 -04:00
parent 1e3cd169d2
commit 33783a7269
1 changed files with 9 additions and 5 deletions

View File

@ -7,8 +7,12 @@ services:
before_install:
- sudo apt-get install -y r-base
- chmod ugo+rw /usr/local/lib/R/site-library
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
r_binary_packages:
- rmarkdown
repos:
CRAN: https://cran.us.r-project.org
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
@ -27,9 +31,9 @@ install:
before_script:
# Install Packrat
- snakemake packrat_install
- snakemake packrat_init
- snakemake packrat_restore
- R -e "packrat::install"
- R -e "packrat::init"
- R -e "packrat::restore"
script:
- cp -r tests/data/raw/* data/raw