diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-17 08:12:58 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-17 08:19:58 +0100 | 
| commit | 0864cbfbb41df9ed770b5c0244078c2aaaa2e325 (patch) | |
| tree | d6cc529bf95455f697bd1772e89b7da3c2915286 | |
| parent | cfbc38432a14b195e38af1ceb4247bae5bbe2efe (diff) | |
nlme with varConstProp has been published
so no need to explicitly install it on Travis any more
But as I reset my master branch of saemixextension to upstream we need
my jr branch with the silent logLik method
| -rw-r--r-- | .travis.yml | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/.travis.yml b/.travis.yml index 30bba3f1..efd8573d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,8 @@ addons:  cache: packages  repos:    CRAN: https://cloud.r-project.org -  jranke: https://jranke.github.io/drat  r_github_packages: -  - jranke/saemixextension -r_packages: -  - nlme +  - jranke/saemixextension/tree/jr  script:    - R CMD build .    - R CMD check --no-tests mkin_*.tar.gz | 
