From 33783a72698d08449a942b846f0fca34287173f3 Mon Sep 17 00:00:00 2001 From: kaguillera Date: Thu, 30 Apr 2020 15:59:27 -0400 Subject: [PATCH] Travis testing attempt 3.7 --- .travis.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1d638c7..8b03cd5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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