R Under development (unstable) (2024-02-07 r85873 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > library(testthat) > library(merTools) Loading required package: arm Loading required package: MASS Loading required package: Matrix Loading required package: lme4 arm (Version 1.13-1, built: 2022-8-25) Working directory is d:/RCompile/CRANincoming/R-devel/merTools.Rcheck/tests > > test_check("merTools", filter = "^[a-m]") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 12 | PASS 238 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-helpers.R:6:3', 'test-helpers.R:23:3', 'test-helpers.R:37:3', 'test-helpers.R:72:3', 'test-helpers.R:90:3', 'test-helpers.R:124:3', 'test-expectedRank.R:12:3', 'test-expectedRank.R:83:3', 'test-merModList.R:10:3', 'test-merModList.R:46:3', 'test-merModList.R:72:3', 'test-merModList.R:128:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 238 ] > > proc.time() user system elapsed 4.71 0.64 20.82