diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 13:46:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 13:46:24 +0100 |
commit | f4e22fc28fa0b05b05c8a1277333777635802e86 (patch) | |
tree | c7521269b0855e421a441bbdc5948e8686619c02 | |
parent | 6bc40dbd4e7c76179009a501ae168f0fa73f2be2 (diff) |
Try to simplify drat configuration
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1bf9577..18919d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ jobs: env: NOT_CRAN: "true" _R_CHECK_FORCE_SUGGESTS_: "false" + DRAT_REPOS: "jranke" before_install: - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh @@ -19,8 +20,7 @@ before_install: install: - ./run.sh install_all - - ./run.sh install_r drat - - Rscript -e 'bspm::disable(); drat::addRepo("jranke"); install.packages("mkin")' + - Rscript -e 'bspm::disable(); install.packages("mkin")' script: - ./run.sh run_tests |