Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-22 | Start new development version | Johannes Ranke | 1 | -1/+5 | |
2022-11-18 | Use cluster with two cores to reduce windows check time | Johannes Ranke | 1 | -0/+2 | |
2022-11-18 | Round parameters with signif() before printing | Johannes Ranke | 1 | -1/+3 | |
This will hopefully make the test pass on all relevant platforms. | |||||
2022-11-18 | Update NEWS | Johannes Ranke | 1 | -0/+10 | |
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 1 | -1/+1 | |
2022-11-16 | Update DESCRIPTION and NEWS, check and test | Johannes Ranke | 1 | -6/+6 | |
2022-11-14 | Automatic starting parameters for saem.mmkin | Johannes Ranke | 1 | -0/+2 | |
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions | |||||
2022-11-01 | Add tex_listing() | Johannes Ranke | 1 | -0/+4 | |
2022-10-31 | Add anova.mhmkin method | Johannes Ranke | 1 | -0/+2 | |
2022-10-29 | Next version will be 1.2.0, complete NEWS | Johannes Ranke | 1 | -7/+7 | |
2022-10-28 | Rename parhist to parplot and make it generic | Johannes Ranke | 1 | -2/+2 | |
That parhist name was not the brightest idea, as it does not show histograms. | |||||
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 1 | -1/+1 | |
2022-08-11 | Start a multistart method | Johannes Ranke | 1 | -0/+2 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 1 | -2/+6 | |
- 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. - 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. - 'R/illparms.R': Add methods for 'saem.mmkin' and 'mhmkin' objects. tests: Use 2 cores on travis, should work according to docs | |||||
2022-08-08 | Error on unsupported saemix transformations | Johannes Ranke | 1 | -1/+1 | |
Also, support FOMC with saemix transformations | |||||
2022-08-08 | Fix fitting HS with saemix transformations | Johannes Ranke | 1 | -0/+2 | |
2022-07-23 | r-universe badge, release date of v1.1.1 in NEWS | Johannes Ranke | 1 | -1/+1 | |
Also skip complete log directory in .Rbuildignore and reorganize that file to improve readability | |||||
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 1 | -0/+8 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 1 | -0/+2 | |
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-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -0/+4 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-04-13 | More control of y axes in plot.mkinfit, updates | Johannes Ranke | 1 | -0/+2 | |
Documentation and test results were updated, the latter with regard to the previous work on plot.mixed.mmkin. | |||||
2022-04-09 | Improvements to mean_degparms() and plot.mixed.mmkin() | Johannes Ranke | 1 | -0/+4 | |
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data | |||||
2022-03-19 | Test saemix without special analytical solutions | Johannes Ranke | 1 | -0/+2 | |
Also increase the performance a bit (from about 210 s to about 140 s in the case of DFOP with four chains and 300, 100 iterations). | |||||
2022-03-19 | Improvements to CAKE_export() | Johannes Ranke | 1 | -0/+2 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+5 | |
2022-03-14 | Release date of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -3/+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-02-28 | Update docs | Johannes Ranke | 1 | -1/+1 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 1 | -0/+2 | |
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -1/+5 | |
2021-09-15 | Fix Open EFSA URL, changelog for 1.0.5v1.0.5 | Johannes Ranke | 1 | -0/+4 | |
The EFSA URL failed on winbuilder because some cookie sets a different domain, so I am now using \href{} with the full link as link text instead of \url{} | |||||
2021-07-29 | Go back to 1.0.x version, update docs | Johannes Ranke | 1 | -0/+2 | |
2021-07-27 | Publication date for 1.0.4 in NEWS, update docs | Johannes Ranke | 1 | -1/+1 | |
2021-06-11 | Finished 'summary.nlmixr.mmkin', checks, docs | Johannes Ranke | 1 | -1/+1 | |
2021-06-09 | Rudimentary support for setting up nlmixr models | Johannes Ranke | 1 | -10/+4 | |
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished | |||||
2021-04-21 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -3/+5 | |
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 1 | -0/+2 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -2/+2 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-03-19 | test_log_parms for plot.mixed.mmkin, roxygen run | Johannes Ranke | 1 | -1/+3 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -0/+2 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-24 | Clarify version status in NEWS | Johannes Ranke | 1 | -1/+1 | |
2021-02-24 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -1/+7 | |
2021-02-24 | Rebuild docs | Johannes Ranke | 1 | -0/+6 | |
2021-02-18 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -4/+4 | |
2021-02-15 | Don't let pkgdown add release dates | Johannes Ranke | 1 | -4/+4 | |
It didn't pick up the release of 1.0.3, and most of the other release dates were duplicated. | |||||
2021-02-15 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -1/+5 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -0/+4 | |
Also bump version to 1.0.3. | |||||
2021-02-13 | Structure NEWS entry | Johannes Ranke | 1 | -0/+4 | |
2021-02-13 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -1/+5 | |
Run make testcheck to regenerate logs with merge conflicts | |||||
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 1 | -0/+4 | |
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin |