From b703ee38ffc8877be843cf5a557dd9c32c54f977 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 17:15:12 +0200 Subject: Summary method for mmkin objects Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 2aba0881..6b961e60 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# mkin 1.1.2 + +- 'R/convergence.R': New generic to show convergence information with a method for 'mmin' objects. + +- 'R/illparms.R': New generic to show ill-defined parameters with methods for 'mkinfit' and 'mmkin' objects. + +- 'R/summary.mmkin.R': Summary method for mmkin objects. + # mkin 1.1.1 - '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. -- cgit v1.2.1