aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11Fix package name for travis config...Johannes Ranke1-1/+1
2021-06-11Fix travis syntaxJohannes Ranke1-1/+4
2021-06-11Add packages necessary for shell commands on travisJohannes Ranke1-1/+1
2021-06-11Attempt to satisfy nlme version requirement on travisJohannes Ranke1-0/+1
2021-06-11Add system requirements for symengine on TravisJohannes Ranke1-0/+1
nlmixr depends on symengine
2021-06-09Rudimentary support for setting up nlmixr modelsJohannes Ranke1-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-06Reintroduce interface to saemixJohannes Ranke1-2/+0
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed.
2021-01-22Switch to the master branch of saemix develJohannes Ranke1-1/+1
2020-12-17Another attempt to install saemixextension from my branchJohannes Ranke1-1/+1
2020-12-17nlme with varConstProp has been publishedJohannes Ranke1-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-17Some package switched from git2r to gertJohannes Ranke1-0/+1
so we need libgit2-dev on the system
2020-12-09Don't test on devel, skip failing vdiffr testsJohannes Ranke1-1/+0
I can test on R-devel locally for preparing releases
2020-12-08Test plots on R-release and cache packages againJohannes Ranke1-0/+1
2020-12-08Do not cache packagesJohannes Ranke1-2/+0
2020-12-08Install svglite from github on travisJohannes Ranke1-0/+1
2020-12-08Try to figure out while vdiffr failsJohannes Ranke1-4/+4
2020-10-22Try 2 to make travis use nlme from my drat repoJohannes Ranke1-1/+3
2020-10-22Improve interface to experimental version of nlmeJohannes Ranke1-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-15Get current nlme version from CRAN on TravisJohannes Ranke1-0/+2
Also commit the dontrun instruction for saemix I had wanted to commit and switch back to devel mode for pkgdown
2020-10-15Use my saemix repo for travisJohannes Ranke1-1/+1
The official repo is not installable at the moment
2020-10-15Reintroduce saemix helper functionsJohannes Ranke1-0/+2
2020-10-08saemix dev version is not installable at the momentJohannes Ranke1-2/+0
2020-06-15vdiffr dev version not really necessaryJohannes Ranke1-1/+0
2020-06-15Use current devel version of vdiffr on TravisJohannes Ranke1-1/+3
2020-05-26Use upstream saemix for travisJohannes Ranke1-1/+1
The necessary change has been merged
2020-05-25Tell travis where to really find the saemix version...Johannes Ranke1-1/+1
2020-05-25Tell travis where to find the required saemix versionJohannes Ranke1-0/+1
2020-05-07Don't use binary version of covrJohannes Ranke1-2/+0
in an attempt to circumvent outdated apt repositories for r-api-35
2020-04-10Address build config validation hintsJohannes Ranke1-2/+4
2020-04-10Improve nlme function docsJohannes Ranke1-1/+1
2019-06-04Also wait for codecov...Johannes Ranke1-1/+1
2019-06-04Fix travis configuration (hopefully)Johannes Ranke1-1/+1
2019-06-04Let travis wait longer for the check to finishJohannes Ranke1-0/+4
2019-02-21Use codecovJohannes Ranke1-0/+4
2018-09-15Travis CI on R-devel, install gcc for speedJohannes Ranke1-0/+7
2018-09-15Use travisJohannes Ranke1-0/+2

Contact - Imprint