Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-10 | Update dev docs | Johannes Ranke | 1 | -1/+1 | |
2022-08-10 | Update docs | Johannes Ranke | 1 | -1/+1 | |
2022-08-10 | Update static docs | Johannes Ranke | 1 | -2/+2 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2022-07-12 | Rerun benchmarks on desktop computer | 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 | Sensitivity of AIC values in DMTA vignette to BLAS version | Johannes Ranke | 1 | -1/+1 | |
2022-07-01 | Update benchmark article in online docs | Johannes Ranke | 1 | -1/+1 | |
2022-07-01 | Add R version to data in benchmark vignette | Johannes Ranke | 1 | -2/+2 | |
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 | 1 | -2/+2 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-04-11 | Update static docs | Johannes Ranke | 1 | -1/+1 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+1 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 1 | -1/+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-08 | Avoid using multiple processes on CRAN check machines | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -1/+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-03 | Update link to 2,4-D data | Johannes Ranke | 1 | -1/+1 | |
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -6/+7 | |
2021-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 1 | -1/+1 | |
2021-07-29 | Add publication to README, update docs | Johannes Ranke | 1 | -1/+1 | |
2021-07-27 | Publication date for 1.0.4 in NEWS, update docs | Johannes Ranke | 1 | -1/+1 | |
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 1 | -1/+1 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -1/+1 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-24 | Clarify version status in NEWS | Johannes Ranke | 1 | -1/+1 | |
2021-02-24 | Rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2021-02-15 | Don't let pkgdown add release dates | Johannes Ranke | 1 | -1/+1 | |
It didn't pick up the release of 1.0.3, and most of the other release dates were duplicated. | |||||
2021-02-15 | Correct grant numbers in README, update 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-06 | Increase test tolerance for parameter comparisonsv1.0.1 | Johannes Ranke | 1 | -1/+1 | |
Platform dependence also revealed after upgrade to bullseye | |||||
2021-02-06 | Update static docs | Johannes Ranke | 1 | -2/+2 | |
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -1/+1 | |
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 | -1/+1 | |
- 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 | -6/+6 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -1/+1 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 1 | -1/+1 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 1 | -1/+1 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-15 | Use markdown links in mkinfit documentation | Johannes Ranke | 1 | -1/+1 | |
2020-05-14 | Update version number, better example formatting | Johannes Ranke | 1 | -1/+1 | |
2020-05-14 | Add a parms method for mmkin objects | Johannes Ranke | 1 | -1/+1 | |
2020-05-14 | Test markdown link, article update due to .rmd extension | Johannes Ranke | 1 | -1/+1 | |
2020-05-13 | Further formatting improvement of benchmark vignette | Johannes Ranke | 1 | -1/+1 | |
Also, use .rmd extension instead of .Rmd for vignettes. | |||||
2020-05-12 | Another documentation update | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Update pkgdown | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Add a link to the benchmark vignette to the docs | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Rerun tests and checks, CRAN comments | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -1/+1 | |