Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 1 | -31/+42 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 1 | -2/+12 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 1 | -4/+4 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -15/+5 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 1 | -5/+5 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -5/+5 | |
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-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -138/+77 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -4/+4 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -15/+15 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2020-10-15 | Update online docs for release version | Johannes Ranke | 1 | -27/+34 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -5/+5 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -5/+5 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -3/+13 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Avoid merge() and data.frame() in cost function | Johannes Ranke | 1 | -1/+15 | |
also for deSolve and eigenvalue based solutions. This noticeably increases performance for these methods, see test.log and benchmark vignette. | |||||
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -0/+198 | |
Still in preparation for analytical solutions of coupled models |