diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 19:48:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 19:48:42 +0200 |
commit | d1ae627e78579716e32fec8c22627b722a654675 (patch) | |
tree | 9c9fe2d3606cd889205f4a1e0c334c726ff06ba6 | |
parent | 20ee5c55d4bab1e896749dea584a76dca197d67c (diff) |
Try to explicitly install nlme from CRAN
to get the current version
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d3aefc8b..feba6066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: - ./run.sh bootstrap install: + - ./run.sh install_r nlme - ./run.sh install_all script: |