From 9d6e7920f93c4a2da75ecf053ca2691b91dbafe8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 18 Feb 2023 09:38:43 +0100 Subject: Tell travis to take deSolve from drat repo It seems that eddelbuettel/r-ci#10 is still bugging me --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a30182aa..70f67e46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: install: - ./run.sh install_all + - Rscript -e 'bspm::disable(); install.packages("deSolve")' - ./run.sh install_github jranke/saemixextension@installable_dev_version script: -- cgit v1.2.1