Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-28 | Update vignette and static docs | Johannes Ranke | 3 | -2/+2 | |
2022-09-28 | Fix handling of multistart fits with failures | Johannes Ranke | 3 | -26/+0 | |
2022-09-19 | Improve parhist and llhist | Johannes Ranke | 3 | -11/+15 | |
In particular, adapt the display of parameter boxplots for saem fits using mkin transformations to the way used for saem fits using saemix transformations, i.e. always show parameters on the natural scale, and normalised them by dividing by the median from the multiple runs. | |||||
2022-09-16 | Add llhist to the multistart vignette | Johannes Ranke | 2 | -0/+14 | |
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 3 | -0/+512 | |
- Split out llhist and parhist documentation - Add example code for multistart - Create a multistart vignette, because the example code fails when run by pkgdown - Fix multistart for the case of mkin transformations in the saem fit | |||||
2022-09-16 | Improve docs and update pkgdown | Johannes Ranke | 1 | -0/+0 | |
2022-08-10 | Change dev branch used for docs, update static docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-14 | Improve readability of benchmark code shown in vignette | Johannes Ranke | 3 | -29/+44 | |
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 1 | -112/+0 | |
2022-07-12 | Rerun benchmarks on desktop computer | Johannes Ranke | 3 | -11/+152 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 4 | -276/+41 | |
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 | 9 | -2/+2209 | |
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 | 1 | -0/+0 | |
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 | 4 | -14/+2341 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 1 | -1/+1 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 1 | -1/+1 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 4 | -4006/+3 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 2 | -267/+134 | |
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 | -0/+0 | |
2022-02-28 | Improve dimethenamid vignette | Johannes Ranke | 3 | -241/+126 | |
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-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 15 | -180/+327 | |
2021-09-17 | Put the AIC comparison in a subsubsection | Johannes Ranke | 2 | -15/+28 | |
2021-09-16 | Adapt and improve the dimethenamid vignette | Johannes Ranke | 20 | -230/+384 | |
Adapt to the corrected data and unify control parameters for saemix and nlmixr with saem. Update docs | |||||
2021-08-04 | Improve AIC table in vignette | Johannes Ranke | 1 | -1/+3 | |
2021-07-27 | Fix dimethenamid vignette problems and update docs | Johannes Ranke | 2 | -38/+128 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -66/+0 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Some example evaluations of dimethenamid data | Johannes Ranke | 20 | -0/+2304 | |
Evaluations with nlme, saemix and nlmixr are included | |||||
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -0/+0 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-15 | Correct grant numbers in README, update docs | Johannes Ranke | 1 | -0/+0 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 7 | -205/+359 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -0/+0 | |
- 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-11-30 | Complete rebuild of static docs of dev version | Johannes Ranke | 1 | -0/+0 | |
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 1 | -0/+0 | |
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. | |||||
2020-11-06 | Update benchmarks for dev version | Johannes Ranke | 1 | -0/+0 | |
2020-10-15 | Update online docs for release version | Johannes Ranke | 1 | -0/+0 | |
2020-10-08 | Fix issues for release | Johannes Ranke | 3 | -314/+317 | |
2020-05-27 | Change dev version label to info color | Johannes Ranke | 1 | -0/+0 | |
instead of the orange danger color. | |||||
2020-05-27 | Create up to date pkgdown docs in development mode | Johannes Ranke | 1 | -0/+0 | |
2020-05-14 | Test markdown link, article update due to .rmd extension | Johannes Ranke | 1 | -0/+0 | |
2020-05-13 | Further formatting improvement of benchmark vignette | Johannes Ranke | 6 | -237/+220 | |
Also, use .rmd extension instead of .Rmd for vignettes. | |||||
2020-05-12 | Update pkgdown | Johannes Ranke | 1 | -0/+0 | |
2020-05-12 | Improve formatting of benchmark vignette | Johannes Ranke | 3 | -39/+182 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 5 | -186/+225 | |
2020-05-11 | Avoid merge() and data.frame() in cost function | Johannes Ranke | 1 | -11/+11 | |
also for deSolve and eigenvalue based solutions. This noticeably increases performance for these methods, see test.log and benchmark vignette. | |||||
2020-05-10 | Default to analytical for coupled models if available | Johannes Ranke | 2 | -137/+120 | |
This revealed that transforming rates is necessary for fitting the analytical solution of the SFO-SFO model to the FOCUS D dataset. Benchmarks show that fitting coupled models with deSolve got a bit slower through the latest changes |