diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-18 09:38:43 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-02-18 09:38:43 +0100 |
commit | 9d6e7920f93c4a2da75ecf053ca2691b91dbafe8 (patch) | |
tree | 329ad37ab146ebb0619f49b5997a91029ec272a0 | |
parent | 5650d84b935e3bcde8eb295b417a24899f8d8119 (diff) |
Tell travis to take deSolve from drat repo
It seems that eddelbuettel/r-ci#10 is still bugging me
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |