diff options
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ -# mkin 1.1.1 +# mkin 1.1.2 + +- 'R/multistart.R': New method for testing multiple start parameters for hierarchical model fits, with diagnostic plotting functions 'llhist' and 'parplot'. + +- 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. + +- 'R/saem.R': Implement and test saemix transformations for FOMC and HS. Also, error out if saemix transformations are requested but not supported. + +- 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. + +- 'R/status.R': New generic to show status information for fit array objects with methods for 'mmkin' and 'mhmkin' objects. + +- 'R/illparms.R': New generic to show ill-defined parameters with methods for 'mkinfit', 'mmkin', 'saem.mmkin' and 'mhmkin' objects. + +- 'R/summary.mmkin.R': Summary method for mmkin objects. + +# mkin 1.1.1 (2022-07-12) - 'R/{mkinmod,mkinpredict}.R: Store DLL information in mkinmod objects and use that information in mkinpredict to avoid a performance regression brought by a bugfix in R 4.2.x. Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel list and his suggestion on how to fix it. |