diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 10:09:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-18 11:31:49 +0100 |
commit | a14237fc1580b09f8772cd3330b0a445785e48ac (patch) | |
tree | bd49df2949991e9f53caeb47dba7f8cb1a661615 /NEWS.md | |
parent | 76deb3739d563068ccd4637afa8933d6ddbc70ef (diff) |
Round parameters with signif() before printing
This will hopefully make the test pass on all relevant platforms.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # mkin 1.2.1 (unreleased) -- 'tests/testthat/setup_script.R': Excluded another ill-defined random effect for the DFOP fit with 'saem', in an attempt to avoid a platform dependence that surfaced on Fedora systems on the CRAN check farm. +- 'tests/testthat/setup_script.R': Excluded another ill-defined random effect for the DFOP fit with 'saem', in an attempt to avoid a platform dependence that surfaced on Fedora systems on the CRAN check farm + +- 'tests/testthat/test_mixed.R': Round parameters found by saemix to two significant digits before printing, to also help to avoid platform dependence of tests - 'R/saem.R': Fix a bug that prevented that 'error.ini' is passed to 'saemix_model', and set default to c(1, 1) to avoid changing test results |