From a54bd290bc3884d0000c52c1b29bc557825d9eae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 15 Dec 2022 14:50:28 +0100 Subject: List random effects correlations in output if any Update docs --- docs/dev/news/index.html | 57 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 18 deletions(-) (limited to 'docs/dev/news') diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index e2b44bf5..6127ebc6 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -90,7 +90,11 @@
@@ -140,7 +144,8 @@
-
+
-
+
-
+
-
+
-
+
@@ -349,7 +359,8 @@

Bug fixes

-
  • The test test_FOMC_ill-defined failed on several architectures, so the test is now skipped
+
@@ -383,7 +394,8 @@

Major changes

-
  • Add the argument from_max_mean to mkinfit, for fitting only the decline from the maximum observed value for models with a single observed variable
+

Minor changes

Bug fixes

  • -endpoints(): For DFOP and SFORB models, where optimize() is used, make use of the fact that the DT50 must be between DT50_k1 and DT50_k2 (DFOP) or DT50_b1 and DT50_b2 (SFORB), as optimize() sometimes did not find the minimum. Likewise for finding DT90 values. Also fit on the log scale to make the function more efficient.
+endpoints(): For DFOP and SFORB models, where optimize() is used, make use of the fact that the DT50 must be between DT50_k1 and DT50_k2 (DFOP) or DT50_b1 and DT50_b2 (SFORB), as optimize() sometimes did not find the minimum. Likewise for finding DT90 values. Also fit on the log scale to make the function more efficient. +

Internal changes

+DESCRIPTION, NAMESPACE, R/*.R: Import (from) stats, graphics and methods packages, and qualify some function calls for non-base packages installed with R to avoid NOTES made by R CMD check –as-cran with upcoming R versions. +
@@ -426,7 +441,8 @@

Bug fixes

  • -mkinparplot(): Fix the x axis scaling for rate constants and formation fractions that got confused by the introduction of the t-values of transformed parameters.
+mkinparplot(): Fix the x axis scaling for rate constants and formation fractions that got confused by the introduction of the t-values of transformed parameters. +
@@ -438,7 +454,8 @@

Bug fixes

  • -mkinmod(): When generating the C code for the derivatives, only declare the time variable when it is needed and remove the ‘-W-no-unused-variable’ compiler flag as the C compiler used in the CRAN checks on Solaris does not know it.
+mkinmod(): When generating the C code for the derivatives, only declare the time variable when it is needed and remove the ‘-W-no-unused-variable’ compiler flag as the C compiler used in the CRAN checks on Solaris does not know it. +
@@ -451,13 +468,15 @@

Minor changes

-
+

Major changes

-
  • Switch from RUnit to testthat for testing
+

Bug fixes

New features

-
  • It is now possible to use formation fractions in combination with turning off the sink in mkinmod().
+

Major changes