From 575fcacaa33076de97f41a79afb37efb97ca82e0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Mar 2020 21:43:10 +0200 Subject: Static documentation rebuilt by pkgdown --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 622a82b0..63cf18bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ -# mkin 0.9.49.8 (unreleased) +# mkin 0.9.49.9 (unreleased) + +- 'mkinmod': Do not check for gcc using Sys.which('gcc') any more, as this will often fail even if Rtools are installed + +# mkin 0.9.49.8 (2020-01-09) - 'aw': Generic function for calculating Akaike weights, methods for mkinfit objects and mmkin columns -- cgit v1.2.1 From 1d01aa6e40bdb3e338638b9239153cf82713d634 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 31 Mar 2020 10:40:36 +0200 Subject: Update NEWS, static documentation rebuilt by pkgdown --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 63cf18bc..8fe50754 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # mkin 0.9.49.9 (unreleased) -- 'mkinmod': Do not check for gcc using Sys.which('gcc') any more, as this will often fail even if Rtools are installed +- 'mkinmod': Use pkgbuild::has_compiler instead of Sys.which('gcc'), as the latter will often fail even if Rtools are installed + +- 'mkinds': Use roxygen for documenting fields and methods of this R6 class # mkin 0.9.49.8 (2020-01-09) -- cgit v1.2.1 From 47ba9ea512b82fb8b31da8ec5558f3c0952d86d4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 2 Apr 2020 10:58:34 +0200 Subject: Compiled models article, reduce distractions - Added a section with platform specific notes on getting compiled models to work to the compiled models article - Don't return empty SFORB parameter list from endpoints() if there is no SFORB model - Avoid warnings when using standardized = TRUE in plot.mmkin() --- NEWS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 8fe50754..a2258e77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# mkin 0.9.49.9 (unreleased) +# mkin 0.9.49.10 (unreleased) + +- 'endpoints': Don't return the SFORB list component if it's empty. This reduces distraction and complies with the documentation + +- Article in compiled models: Add some platform specific code and suppress warnings about zero values being removed from the FOCUS D dataset + +- 'plot.mmkin': Add the argument 'standardized' to avoid warnings that occurred when it was passed as part of the additional arguments captured by the dots (...) + +# mkin 0.9.49.9 (2020-03-31) - 'mkinmod': Use pkgbuild::has_compiler instead of Sys.which('gcc'), as the latter will often fail even if Rtools are installed -- cgit v1.2.1