R Under development (unstable) (2023-07-03 r84633 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ### suppressPackageStartupMessages(...) as we have an *.Rout.save to Rdiff against > stopifnot(suppressPackageStartupMessages(require(lme4))) > options(show.signif.stars = FALSE, useFancyQuotes=FALSE) > > source(system.file("test-tools-1.R", package = "Matrix"))# identical3() etc Loading required package: tools > all.EQ <- function(u,v, ...) all.equal.X(u, v, except = c("call", "frame"), ...) > S4_2list <- function(obj) { # no longer used + sn <- slotNames(obj) + structure(lapply(sn, slot, object = obj), .Names = sn) + } > > if (lme4:::testLevel() <= 1) + quit("no") > proc.time() user system elapsed 1.12 0.09 1.21