Changelog
Source:NEWS.md
lmerTest 3.2-0 (January 2026)
CRAN release: 2026-01-13
- Update lmerTest to accommodate the new lme4-2.0.0
- Fixed scoping issue reported by Uwe Ligges.
lmerTest 3.1-3 (October 2020)
CRAN release: 2020-10-23
- Update a test to accommodate
lme4::anovareportingNAinstead of1for p-value when df=0. - No longer print message about missing cells with mean centered covariates for type III anova tables (issue #19)
- Fix step such that fixed effects are reduced even if all random effects are reduced away (issue #23).
lmerTest 3.1-2 (April 2020)
CRAN release: 2020-04-08
- Remove argument “…” to accommodate new version of
lme4(from version1.1-22) - Minor fix to tests to accommodate new version of
lme4(from version1.1-22)
lmerTest 3.1-1
CRAN release: 2019-12-13
- Sofie P Jensen is taking over as maintainer replacing Per B Brockhoff.
- Fixing “noLD” CRAN issue (a check that ensures the package works on systems without long doubles). This was caused by an over sensitive test.
lmerTest 3.1-0
CRAN release: 2019-02-11
- Adding support for legacy model fits, i.e.
merModLmerTestobjects generated with lmerTest version< 3.0-0. This includes defining themerModLmerTestclass andanova,summary,drop1,ls_means,lsmeansLTanddifflsmeansmethods. The usuallme4methods also work with objects of classmerModLmerTest.
lmerTest 3.0-1
CRAN release: 2018-04-23
- over-sensitive tests (failing on Solaris) have reduced tolerance
-
sigmaandsigma.merModdefined and exported forR <= 3.3.0 - Warn if Kenward-Roger is used with
R <= 3.3.0since it may give incorrect results - Add
lme4 (>= 1.1-10)andR (>= 3.2.5)toDepends(last available version wherelmerTestchecks out) -
pbkrtestpackage loaded conditional on availability in tests