Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-07 | Update maintainer e-mail address | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 124 | -4983/+3230 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-03 | Reintroduce the skipped test, with a workaround | Johannes Ranke | 1 | -8/+15 | |
2022-03-03 | Add R-devel to travis config | Johannes Ranke | 1 | -0/+1 | |
2022-03-03 | Skip a test that assigns to the global environment | Johannes Ranke | 1 | -0/+1 | |
2022-03-03 | R-devel with openblas | Johannes Ranke | 2 | -54/+27 | |
2022-03-03 | Update link to 2,4-D data | Johannes Ranke | 5 | -4/+4 | |
2022-03-03 | More work to try to pass tests on R-devel winbuilder | Johannes Ranke | 9 | -91/+107 | |
2022-03-02 | Skip some tests on CRAN to reduce load | Johannes Ranke | 1 | -0/+2 | |
In the hope that winbuilder will cope better then | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 241 | -16887/+32692 | |
2022-03-02 | Fix nlmixr fits with parallel metabolites | Johannes Ranke | 4 | -17/+80 | |
2022-03-02 | Add a test for tffm0() | Johannes Ranke | 4 | -23/+41 | |
2022-03-01 | Avoid using cat() for default output, tests | Johannes Ranke | 5 | -21/+29 | |
2022-03-01 | Let travis wait for covr | Johannes Ranke | 1 | -1/+1 | |
as the last build timed out after not receiving output for 10 min in this step. | |||||
2022-03-01 | Use current R in travis | Johannes Ranke | 1 | -1/+1 | |
2022-03-01 | Add some more tests | Johannes Ranke | 10 | -47/+83 | |
2022-03-01 | Some more tests for nlmixr.mmkin | Johannes Ranke | 4 | -0/+80 | |
2022-03-01 | Add a test for the DMTA data | Johannes Ranke | 1 | -39/+41 | |
comparing nlme and saemix. This test shows a reasonable evaluation of the DMTA data with nlme and saemix, which was missing, as the data used in the paper are flawed. | |||||
2022-03-01 | Make it possible to fix parameters in saem.mmkin | Johannes Ranke | 1 | -2/+3 | |
By actually passing dot arguments (that can include fixed.estim) to saemixModel, as advertised in the docs. | |||||
2022-03-01 | Make it possible to specify a vector of fixed effects | Johannes Ranke | 1 | -1/+1 | |
as obtained by mean_degparms(..., random = FALSE), instead of the list obtained by mean_degparms(, ... random = TRUE) that is passed by nlme.mmkin to nlme by default. | |||||
2022-02-28 | Add test for summary.nlmixr.mmkin | Johannes Ranke | 3 | -0/+118 | |
2022-02-28 | Relax a test for travis | Johannes Ranke | 2 | -27/+27 | |
2022-02-28 | Improve tests, skip some on Travis | Johannes Ranke | 7 | -26/+73 | |
Respect digits argument when printing correlations in summaries | |||||
2022-02-28 | Update travis config and _pkgdown.yml | Johannes Ranke | 3 | -7/+5 | |
2022-02-28 | Update docs | Johannes Ranke | 58 | -17943/+18865 | |
2022-02-28 | Add nlmixr tests, reorganize, test intervals() | Johannes Ranke | 6 | -176/+236 | |
2022-02-28 | With saemix 3.0 on CRAN there's no need to check for it in tests | Johannes Ranke | 5 | -126/+79 | |
2022-02-28 | Improve dimethenamid vignette | Johannes Ranke | 3 | -241/+126 | |
2022-02-28 | Improve algorithm summary for saemix fits | Johannes Ranke | 1 | -1/+3 | |
2022-02-10 | GNUMakefile: Convince testthat to give dynamic output | Johannes Ranke | 2 | -161/+11 | |
This means that we still get the \r in the test logs so so the postprocessing with sed works unmodified | |||||
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 19 | -1520/+1674 | |
2022-02-08 | Merge branch 'nlmixr' | Johannes Ranke | 316 | -3091/+27257 | |
2022-01-11 | Update static docsnlmixr | Johannes Ranke | 20 | -9255/+12062 | |
2022-01-11 | Update the dimethenamid vignette with current saemix | Johannes Ranke | 14 | -162/+153 | |
Convergence is faster with this version (@ecomets mentioned that there was a bugfix lately that could lead to faster convergence). However, if I use too many iterations (i.e. 10 000 as in the last version of this vignette), I get an error in solving omega.teta during later iterations, apparently due to overparameterisation of the DFOP model in this case. | |||||
2021-12-08 | PD in Freiburg statt Bremen | Johannes Ranke | 1 | -1/+1 | |
2021-11-18 | Update HTML version of README | Johannes Ranke | 1 | -2/+2 | |
2021-11-18 | Updates after changing the default branch to main | Johannes Ranke | 2 | -4/+4 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 9 | -1526/+1525 | |
2021-11-17 | Use the official master branch of saemix | Johannes Ranke | 1 | -1/+1 | |
As my changes were merged meanwhile | |||||
2021-11-17 | Update CAKE URL | Johannes Ranke | 2 | -8/+5 | |
2021-11-17 | Update CAKE URL | Johannes Ranke | 2 | -8/+5 | |
2021-10-08 | Round initial population values for nlmixr | Johannes Ranke | 1 | -3/+3 | |
This avoids numerical instabilities that sometimes occur with the FOCEI algorithm in nlmixr when the initial values are very close to the optimum values | |||||
2021-10-06 | Replace outdated JSS article URL by doi | Johannes Ranke | 1 | -1/+1 | |
Thanks to the hint of Achim Zeileis from the CRAN team | |||||
2021-10-06 | Replace outdated JSS article URL by doi | Johannes Ranke | 1 | -1/+1 | |
Thanks to the hint of Achim Zeileis from the CRAN team | |||||
2021-10-05 | Update docs | Johannes Ranke | 18 | -1572/+10195 | |
2021-10-05 | Fix nlmixr for logit transformed parameters | Johannes Ranke | 1 | -4/+11 | |
2021-10-01 | Bump date to update online dev docs | Johannes Ranke | 1 | -1/+1 | |
2021-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 15 | -42/+46 | |
2021-09-29 | Reduce noise in nlmixr.mmkin output in examples | Johannes Ranke | 6 | -4171/+99 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 43 | -250/+1255 | |