Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-16 | Remove GITHUB_PAT from .travis.yml | Johannes Ranke | 1 | -3/+0 | |
I found that I can create a PAT with no extra privileges, thanks to https://itsalocke.com/blog/using-travis-make-sure-you-use-a-github-pat/ so I will add this to my travis account. | |||||
2021-09-16 | Try to diagnose the problem with remotes | Johannes Ranke | 1 | -0/+2 | |
2021-09-16 | Try to make remotes on travis work again | Johannes Ranke | 1 | -0/+1 | |
This tries to unset the environment variable GITHUB_PAT which seems to get in the way for installing using remotes::install_github on travis. | |||||
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -0/+1 | |
2021-09-15 | Use my drat repo for saemix master | Johannes Ranke | 1 | -3/+1 | |
2021-09-15 | Try to make remotes::install_github work again | Johannes Ranke | 1 | -0/+1 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -3/+2 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Try explicit R version for travis | Johannes Ranke | 1 | -1/+1 | |
2021-07-23 | Update travis config, attempting to get R 4.1.0 | Johannes Ranke | 1 | -2/+0 | |
2021-07-23 | Rerun tests, use current vdiffr on travis | Johannes Ranke | 1 | -0/+1 | |
2021-07-23 | Fix travis config | Johannes Ranke | 1 | -0/+4 | |
to use up to date versions of nlme, covr and devtools | |||||
2021-06-11 | Fix package name for travis config... | Johannes Ranke | 1 | -1/+1 | |
2021-06-11 | Fix travis syntax | Johannes Ranke | 1 | -1/+4 | |
2021-06-11 | Add packages necessary for shell commands on travis | Johannes Ranke | 1 | -1/+1 | |
2021-06-11 | Attempt to satisfy nlme version requirement on travis | Johannes Ranke | 1 | -0/+1 | |
2021-06-11 | Add system requirements for symengine on Travis | Johannes Ranke | 1 | -0/+1 | |
nlmixr depends on symengine | |||||
2021-06-09 | Rudimentary support for setting up nlmixr models | Johannes Ranke | 1 | -0/+2 | |
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -2/+0 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-01-22 | Switch to the master branch of saemix devel | Johannes Ranke | 1 | -1/+1 | |
2020-12-17 | Another attempt to install saemixextension from my branch | Johannes Ranke | 1 | -1/+1 | |
2020-12-17 | nlme with varConstProp has been published | Johannes Ranke | 1 | -4/+1 | |
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 | |||||
2020-12-17 | Some package switched from git2r to gert | Johannes Ranke | 1 | -0/+1 | |
so we need libgit2-dev on the system | |||||
2020-12-09 | Don't test on devel, skip failing vdiffr tests | Johannes Ranke | 1 | -1/+0 | |
I can test on R-devel locally for preparing releases | |||||
2020-12-08 | Test plots on R-release and cache packages again | Johannes Ranke | 1 | -0/+1 | |
2020-12-08 | Do not cache packages | Johannes Ranke | 1 | -2/+0 | |
2020-12-08 | Install svglite from github on travis | Johannes Ranke | 1 | -0/+1 | |
2020-12-08 | Try to figure out while vdiffr fails | Johannes Ranke | 1 | -4/+4 | |
2020-10-22 | Try 2 to make travis use nlme from my drat repo | Johannes Ranke | 1 | -1/+3 | |
2020-10-22 | Improve interface to experimental version of nlme | Johannes Ranke | 1 | -2/+3 | |
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(). | |||||
2020-10-15 | Get current nlme version from CRAN on Travis | Johannes Ranke | 1 | -0/+2 | |
Also commit the dontrun instruction for saemix I had wanted to commit and switch back to devel mode for pkgdown | |||||
2020-10-15 | Use my saemix repo for travis | Johannes Ranke | 1 | -1/+1 | |
The official repo is not installable at the moment | |||||
2020-10-15 | Reintroduce saemix helper functions | Johannes Ranke | 1 | -0/+2 | |
2020-10-08 | saemix dev version is not installable at the moment | Johannes Ranke | 1 | -2/+0 | |
2020-06-15 | vdiffr dev version not really necessary | Johannes Ranke | 1 | -1/+0 | |
2020-06-15 | Use current devel version of vdiffr on Travis | Johannes Ranke | 1 | -1/+3 | |
2020-05-26 | Use upstream saemix for travis | Johannes Ranke | 1 | -1/+1 | |
The necessary change has been merged | |||||
2020-05-25 | Tell travis where to really find the saemix version... | Johannes Ranke | 1 | -1/+1 | |
2020-05-25 | Tell travis where to find the required saemix version | Johannes Ranke | 1 | -0/+1 | |
2020-05-07 | Don't use binary version of covr | Johannes Ranke | 1 | -2/+0 | |
in an attempt to circumvent outdated apt repositories for r-api-35 | |||||
2020-04-10 | Address build config validation hints | Johannes Ranke | 1 | -2/+4 | |
2020-04-10 | Improve nlme function docs | Johannes Ranke | 1 | -1/+1 | |
2019-06-04 | Also wait for codecov... | Johannes Ranke | 1 | -1/+1 | |
2019-06-04 | Fix travis configuration (hopefully) | Johannes Ranke | 1 | -1/+1 | |
2019-06-04 | Let travis wait longer for the check to finish | Johannes Ranke | 1 | -0/+4 | |
2019-02-21 | Use codecov | Johannes Ranke | 1 | -0/+4 | |
2018-09-15 | Travis CI on R-devel, install gcc for speed | Johannes Ranke | 1 | -0/+7 | |
2018-09-15 | Use travis | Johannes Ranke | 1 | -0/+2 | |