diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-22 12:34:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-22 12:34:40 +0200 |
commit | 4a6beafe6ca119500232ecda4b5672dd4a1877c2 (patch) | |
tree | ade255f256a2cebf6262f12f816925ca3ce9944c /.travis.yml | |
parent | a9c7a1a8322567e9406a59ba0a4f910b89bd05e6 (diff) |
Improve interface to experimental version of nlme
The experimental nlme version in my drat repository contains the
variance function structure varConstProp which makes it possible to use
the two-component error model in generalized nonlinear models using
nlme::gnls() and in mixed effects models using nlme::nlme().
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b6982328..081a0f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ addons: apt: packages: - gcc -r_packages: - - nlme +repos: + CRAN: https://cloud.r-project.org + jranke: https://jranke.github.io/drat/ r_github_packages: - jranke/saemixextension script: |