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 --- docs/news/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs/news') diff --git a/docs/news/index.html b/docs/news/index.html index 3327e48f..b7c814ce 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -129,9 +129,17 @@ -
+

-mkin 0.9.49.8 (unreleased) Unreleased +mkin 0.9.49.9 (unreleased) 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) 2020-01-09

  • ‘aw’: Generic function for calculating Akaike weights, methods for mkinfit objects and mmkin columns

  • @@ -747,7 +755,8 @@

    Contents

    -- 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() --- docs/news/index.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs/news') diff --git a/docs/news/index.html b/docs/news/index.html index c2b5865f..fc9a0765 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -129,9 +129,19 @@
    -
    +

    -mkin 0.9.49.9 (unreleased) Unreleased +mkin 0.9.49.10 (unreleased) 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) 2020-03-31