- using R Under development (unstable) (2026-02-11 r89402)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-02-11 13:17:50 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘lme4/DESCRIPTION’ ... OK
- this is package ‘lme4’ version ‘1.1-38’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘lme4’ can be installed ... [112s/49s] OK
See the install log for details.
- used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [34s/34s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking R/sysdata.rda ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [22s/22s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [228s/236s] ERROR
Running ‘AAAtest-all.R’ [51s/53s]
Running ‘HSAURtrees.R’
Running ‘REMLdev.R’
Running ‘ST.R’
Running ‘agridat_gotway.R’
Running ‘bootMer.R’ [6s/12s]
Running ‘boundary.R’
Running ‘confint.R’
Running ‘devCritFun.R’
Running ‘drop.R’
Running ‘drop1contrasts.R’
Running ‘dynload.R’
Running ‘elston.R’
Running ‘evalCall.R’
Running ‘extras.R’
Running ‘falsezero_dorie.R’
Running ‘fewlevels.R’
Running ‘getME.R’
Running ‘glmer-1.R’
Running ‘glmerControlPass.R’
Running ‘glmerWarn.R’
Running ‘glmmExt.R’
Running ‘glmmWeights.R’
Running ‘hatvalues.R’
Running ‘is.R’
Running ‘lmList-tst.R’
Running ‘lme4_nlme.R’
Running ‘lmer-0.R’
Running ‘lmer-1.R’
Running ‘lmer-conv.R’
Running ‘lmer2_ex.R’
Running ‘methods.R’
Running ‘minval.R’
Running ‘modFormula.R’
Running ‘nbinom.R’
Running ‘nlmer-conv.R’
Running ‘nlmer.R’
Running ‘offset.R’
Running ‘optimizer.R’
Running ‘polytomous.R’
Running ‘prLogistic.R’
Running ‘predict_basis.R’
Running ‘predsim.R’
Running ‘priorWeights.R’
Running ‘priorWeightsModComp.R’
Running ‘profile-tst.R’
Running ‘refit.R’
Running ‘resids.R’
Running ‘respiratory.R’
Running ‘simulate.R’
Running ‘test-glmernbref.R’
Running ‘testOptControl.R’
Running ‘testcolonizer.R’
Running ‘testcrab.R’
Running ‘throw.R’
Running ‘varcorr.R’
Running ‘vcov-etc.R’
Running the tests in ‘tests/AAAtest-all.R’ failed.
Complete output:
> if (base::require("testthat", quietly = TRUE)) {
+ pkg <- "lme4"
+ require(pkg, character.only=TRUE, quietly=TRUE)
+ if(getRversion() < "3.5.0") { withAutoprint <- identity ; prt <- print } else { prt <- identity }
+ if(Sys.getenv("USER") %in% c("maechler", "bbolker")) withAutoprint({
+ ## for developers' sake:
+ lP <- .libPaths() # ---- .libPaths() : ----
+ prt(lP)
+ ## ---- Entries in .libPaths()[1] : ----
+ prt(list.files(lP[1], include.dirs=TRUE))
+ prt(sessionInfo())
+ prt(packageDescription("Matrix"))
+ ## 'lme4' from packageDescription "file" :
+ prt(attr(packageDescription("lme4"), "file"))
+ })
+ test_check(pkg)
+ ##======== ^^^
+ print(warnings()) # TODO? catch most of these by expect_warning(..)
+ } else {
+ cat( "package 'testthat' not available, cannot run unit tests\n" )
+ }
Saving _problems/test-methods-877.R
[ FAIL 1 | WARN 5 | SKIP 4 | PASS 674 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-eval.R:2:1'
• empty test (3): , ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-methods.R:875:3'): rstudent matches for zero-var cases ───────
Expected `suppressWarnings(rstudent(glmer_zero))` to equal `rstudent(glm_zero)`.
Differences:
82/120 mismatches (average diff: 0.122)
[1] 1.355 - 1.528 == -0.1726
[2] -0.772 - -0.723 == -0.0494
[3] 0.866 - 0.940 == -0.0741
[4] -0.791 - -0.739 == -0.0521
[5] 0.842 - 0.912 == -0.0699
[7] 0.323 - 0.335 == -0.0121
[8] -0.831 - -0.773 == -0.0577
[10] 0.784 - 0.844 == -0.0599
[12] -0.871 - -0.807 == -0.0635
...
[ FAIL 1 | WARN 5 | SKIP 4 | PASS 674 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [63s/63s] OK
- checking PDF version of manual ... OK
- checking HTML version of manual ... [12s/12s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR