Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-10 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
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 | -10/+3 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -17/+8 | |
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 | -0/+1 | |
2022-03-09 | Fix link to saem.mmkin from README | Johannes Ranke | 1 | -1/+1 | |
Thanks to Uwe Ligges for spotting this inmidst of a lot of ambiguous URL check results. | |||||
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -2/+2 | |
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 | -82/+104 | |
2021-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 1 | -2/+2 | |
2021-07-29 | Add publication to README, update docs | Johannes Ranke | 1 | -0/+5 | |
2021-02-24 | Rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2021-02-15 | Correct grant numbers in README, update docs | Johannes Ranke | 1 | -2/+3 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -9/+36 | |
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 | -2/+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 | -4/+4 | |
- 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 | -11/+15 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -4/+1 | |
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 | -3/+3 | |
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-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -1/+1 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-07 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -24/+31 | |
2020-04-20 | Prepare release to address failed CRAN check | Johannes Ranke | 1 | -1/+1 | |
2020-04-17 | Advertise nlme related functionality | Johannes Ranke | 1 | -0/+1 | |
2020-04-10 | Improve nlme function docs | Johannes Ranke | 1 | -1/+1 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 1 | -6/+5 | |
2019-12-10 | More additions to the README | Johannes Ranke | 1 | -1/+1 | |
2019-12-10 | Update and amend the README | Johannes Ranke | 1 | -2/+20 | |
2019-11-13 | Improve README | Johannes Ranke | 1 | -3/+3 | |
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 | Update link, increase tolerance of a test for Travisv0.9.49.7 | Johannes Ranke | 1 | -1/+1 | |
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -1/+1 | |
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -7/+12 | |
- Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown | |||||
2019-07-09 | Adaptations for gmkin | Johannes Ranke | 1 | -1/+1 | |
Address winbuilder check problems, update check log, update of static docs | |||||
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -3/+4 | |
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+2 | |
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-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 1 | -0/+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 | |||||
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+1 | |
to get the codecov badge into the docs | |||||
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -15/+14 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -1/+2 | |
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -3/+3 | |
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate | |||||
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 1 | -1/+1 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-14 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+2 | |
Also update test log |