Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 5 | -132/+3906 | |
2022-07-12 | Avoid spawning multiple cores in tests on CRAN | Johannes Ranke | 1 | -2/+2 | |
2022-07-12 | Rerun benchmarks on desktop computer | Johannes Ranke | 6 | -15/+193 | |
2022-07-08 | Use inherits() instead of comparing class to string | Johannes Ranke | 1 | -1/+1 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 25 | -2157/+1952 | |
Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel mailing list and for the suggestion on how to fix it. See the current benchmark vignette for the new data on mkin 1.1.1 with R 4.2.1, with unprecedented performance. | |||||
2022-07-01 | Sensitivity of AIC values in DMTA vignette to BLAS version | Johannes Ranke | 17 | -147/+2399 | |
2022-07-01 | Rerun benchmarks with R 4.2.1 and openblas-serial | Johannes Ranke | 2 | -11/+11 | |
After confirming that lapack versus atlas versus openblas results are quite similar, and therefore not responsible for the differences between R 4.1.3 and R 4.2.1 | |||||
2022-07-01 | Update benchmark article in online docs | Johannes Ranke | 3 | -65/+65 | |
2022-07-01 | Add benchmarks on laptop with R 4.1.3 and 4.2.1 | Johannes Ranke | 3 | -46/+75 | |
2022-07-01 | Add R version to data in benchmark vignette | Johannes Ranke | 18 | -279/+2777 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 13 | -25/+36 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 20 | -29/+33 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 143 | -5054/+1061 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-04-13 | More control of y axes in plot.mkinfit, updates | Johannes Ranke | 9 | -22/+30 | |
Documentation and test results were updated, the latter with regard to the previous work on plot.mixed.mmkin. | |||||
2022-04-12 | Fix using defaults for log rate constants | Johannes Ranke | 1 | -1/+3 | |
2022-04-11 | Update static docs | Johannes Ranke | 16 | -12/+34 | |
2022-04-09 | Improvements to mean_degparms() and plot.mixed.mmkin() | Johannes Ranke | 8 | -15/+53 | |
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data | |||||
2022-03-19 | Test saemix without special analytical solutions | Johannes Ranke | 4 | -28/+50 | |
Also increase the performance a bit (from about 210 s to about 140 s in the case of DFOP with four chains and 300, 100 iterations). | |||||
2022-03-19 | Improvements to CAKE_export() | Johannes Ranke | 7 | -45/+45 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 18 | -136/+239 | |
2022-03-14 | Release date of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 19 | -63/+83 | |
2022-03-09 | Fix link to saem.mmkin from README | Johannes Ranke | 4 | -4/+8 | |
Thanks to Uwe Ligges for spotting this inmidst of a lot of ambiguous URL check results. | |||||
2022-03-08 | Avoid using multiple processes on CRAN check machines | Johannes Ranke | 4 | -10/+10 | |
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 | |