diff options
-rw-r--r-- | NEWS.md | 2 | ||||
-rw-r--r-- | docs/news/index.html | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,8 @@ - '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 (...) +- 'summary.mkinfit': Add AIC, BIC and log likelihood to the summary + # 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 diff --git a/docs/news/index.html b/docs/news/index.html index cb18664e..5758c284 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -139,6 +139,7 @@ <li><p>‘endpoints’: Don’t return the SFORB list component if it’s empty. This reduces distraction and complies with the documentation</p></li> <li><p>Article in compiled models: Add some platform specific code and suppress warnings about zero values being removed from the FOCUS D dataset</p></li> <li><p>‘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 (…)</p></li> +<li><p>‘summary.mkinfit’: Add AIC, BIC and log likelihood to the summary</p></li> </ul> </div> <div id="mkin-0-9-49-9-2020-03-31" class="section level1"> |