Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-10 | Update static docs | Johannes Ranke | 1 | -18/+28 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -1/+13 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 1 | -1/+1 | |
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 | Add R version to data in benchmark vignette | Johannes Ranke | 1 | -1/+1 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -1/+1 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -17/+1 | |
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 | -427/+156 | |
2021-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 1 | -1/+1 | |
2021-02-24 | Rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -1/+1 | |
Also bump version to 1.0.3. | |||||
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 1 | -1/+1 | |
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin | |||||
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -8/+2 | |
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -27/+70 | |
- 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 | -3/+6 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -10/+1 | |
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 1 | -0/+6 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-14 | Update version number, better example formatting | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Add a link to the benchmark vignette to the docs | Johannes Ranke | 1 | -0/+3 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -1/+1 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -1/+1 | |
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 | -0/+6 | |
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 | -2/+2 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-07 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -26/+75 | |
2020-04-20 | Prepare release to address failed CRAN check | Johannes Ranke | 1 | -1/+1 | |
2020-04-18 | Avoid assignment to .GlobalEnv for CRAN | Johannes Ranke | 1 | -0/+6 | |
2020-04-15 | Include random effects in starting parameters | Johannes Ranke | 1 | -1/+1 | |
- mean_degparms() now optionally returns starting values for fixed and random effects, which makes it possible to obtain acceptable fits also in more difficult cases (with more parameters) - Fix the anova method, as it is currently not enough to inherit from lme: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761 - Show fit information, and per default also errmin information in plot.nlme.mmkin() - Examples for nlme.mmkin: Decrease tolerance and increase the number of iterations in the PNLS step in order to be able to fit FOMC-SFO and DFOP-SFO | |||||
2020-04-15 | A plot method for nlme.mmkin fits | Johannes Ranke | 1 | -1/+22 | |
2020-04-10 | Improve nlme function docs | Johannes Ranke | 1 | -2/+2 | |
2020-04-04 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+6 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 1 | -1/+1 | |
2019-12-09 | Consistently use "two-component error model" | Johannes Ranke | 1 | -1/+1 | |
instead of "two component error model" | |||||
2019-11-13 | Calculate Akaike weights | Johannes Ranke | 1 | -0/+6 | |
2019-11-13 | Likelihood ratio test for mmkin columns with two fits | Johannes Ranke | 1 | -1/+1 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -0/+6 | |
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat | |||||
2019-11-01 | Make the 'quadratic' the default for 'confint' | Johannes Ranke | 1 | -1/+1 | |
Also the documentation was improved here and there | |||||
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -3/+9 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -24/+42 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-26 | Fix checks and tests | Johannes Ranke | 1 | -6/+18 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-25 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -15/+11 | |
2019-10-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+4 | |
2019-10-21 | Improve some plotting routines, more tests | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -6/+0 | |
2019-09-19 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
Use lazy = TRUE in the pd target for generating pkgdown documentation | |||||
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -7/+15 | |
- Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown | |||||
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-07-03 | Update DESCRIPTION, improve NEWS | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+14 | |
The new algorithm tries direct optimization of the likelihood, as well as a three step procedure. In this way, we consistently get the model with the highest likelihood for SFO, DFOP and HS for all 12 new test datasets. | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -1/+1 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+9 | |
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 1 | -1/+3 | |
Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 |