diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/news/index.html | 3 | ||||
-rw-r--r-- | docs/pkgdown.yml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 6b9a7d51..f6883766 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -89,7 +89,8 @@ <div class="section level2"> <h2 class="page-header" data-toc-text="1.2.1" id="mkin-121-unreleased">mkin 1.2.1 (unreleased)<a class="anchor" aria-label="anchor" href="#mkin-121-unreleased"></a></h2> -<ul><li><p>‘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</p></li> +<ul><li><p>‘{data,R}/ds_mixed.rda’: Include the test data in the package instead of generating it in ‘tests/testthat/setup_script.R’. Refactor the generating code to make it consistent and update tests.</p></li> +<li><p>‘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</p></li> <li><p>‘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</p></li> <li><p>‘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</p></li> <li><p>‘R/parplot.R’: Show initial values for error model parameters</p></li> diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index b6c8f1cc..7cf87069 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -13,7 +13,7 @@ articles: dimethenamid_2018: web_only/dimethenamid_2018.html multistart: web_only/multistart.html saem_benchmarks: web_only/saem_benchmarks.html -last_built: 2022-11-18T18:18Z +last_built: 2022-11-18T18:28Z urls: reference: https://pkgdown.jrwb.de/mkin/reference article: https://pkgdown.jrwb.de/mkin/articles |