diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 05:20:17 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 05:33:55 +0100 |
commit | a1b5d63e031d22b190e9e9fc30753b699ad6b4ea (patch) | |
tree | d2c2cd104e08681568b1293ef3266396b702a619 /NEWS.md | |
parent | 8b7edd4eaf0d196e674a085f744d1a69260a6c91 (diff) |
fix: 'R/illparms.R': An ill-defined random effect is now also found if there is only one random effect in the model. Also add a test for this.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -# mkin 1.2.6 +# mkin 1.2.7 + +- 'R/illparms.R': Fix a bug that prevented an ill-defined random effect to be found if there was only one random effect in the model. Also add a test for this. + +# mkin 1.2.6 (2023-10-14) - 'inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd': Fix an erroneous call to the 'endpoints()' function |