Changes in version 0.5.5 (2025-07-18) Changes o Various updates preparing for new major release. Changes in version 0.5.4 (2025-04-28) Changes o `anovax()` function added. Similar to anova but with support for different types of tests. o Functions `pb_modcomp()`, `kr_modcomp()`, `sat_modcomp()`, `x2_modcomp()` added. They have a standardized interface and invoke the old PBmodcomp() etc functions. o PBmodcomp method added for `gls` objects. Changes in version 0.5.3 (2024-06-26) Changes o Improved documentation of PBmodcomp, KRmodcomp, SATmodcomp Changes in version 0.5.2 (2023-01-19) Changes o remat changed to restriction_matrix for increased readability o WORDLIST file added o Changes in reference to JSS paper o Various changes in documentation o Satterthwaite approximation now illustrated in vignette o Fixed bug in computation of LRTstatistic. Thanks to Helle Sorensen for pointing it out. Changes in version 0.5.1 (2021-03-09) Changes o Improved documentation Changes in version 0.5-0.0 Changes o Satterthwaite approximation added via the SATmodcomp function. o Checks for models being nested is not performed for parametric bootstrap any longer. Reason is that the simr package use parametric bootstrap for testing variance components being zero. o doi added to DESCRIPTION file Changes in version 0.4-8.6 (2020-02-20) Bug fixes o documentation fixed ddf_Lb is now exported o mclapply issue for windows fixed o vcovAdj.lmerMod is exported to make emmeans work. Contact Russ Lenth to make emmeans used generic function vcovAdj. Changes in version 0.4-8 Bug fixes o Issue related to class() versus inherits() fixed. Changes o NEWS file added o NAMESPACE file is now generated automatically