R Under development (unstable) (2025-09-23 r88869 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(rbmi) > > if (Sys.getenv("NOT_CRAN") != "true") { + Sys.setenv(RBMI_ENABLE_CACHE = "false") + options(rbmi.enable_cache = FALSE) + } > > test_check("rbmi") mmrm() registered as emmeans extension [ FAIL 0 | WARN 0 | SKIP 52 | PASS 1298 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-impute.R:716:5', 'test-mmrm.R:387:5', 'test-mmrm.R:517:5', 'test-mmrm.R:522:5', 'test-mmrm.R:527:5', 'test-mmrm.R:532:5', 'test-mmrm.R:537:5', 'test-mmrm.R:542:5', 'test-mmrm.R:547:5', 'test-mmrm.R:552:5', 'test-utilities.R:316:5' • is_full_test() is not TRUE (41): 'test-draws.R:133:5', 'test-fullusage.R:130:5', 'test-fullusage.R:198:5', 'test-fullusage.R:290:5', 'test-fullusage.R:297:5', 'test-fullusage.R:304:5', 'test-fullusage.R:311:5', 'test-fullusage.R:318:5', 'test-fullusage.R:325:5', 'test-fullusage.R:332:5', 'test-fullusage.R:339:5', 'test-fullusage.R:346:5', 'test-fullusage.R:353:5', 'test-fullusage.R:441:5', 'test-fullusage.R:564:5', 'test-fullusage.R:646:5', 'test-fullusage.R:804:5', 'test-mcmc.R:464:5', 'test-mcmc.R:471:5', 'test-mcmc.R:478:5', 'test-mcmc.R:485:5', 'test-mcmc.R:492:5', 'test-mcmc.R:499:5', 'test-mcmc.R:506:5', 'test-mcmc.R:513:5', 'test-mcmc.R:520:5', 'test-mcmc.R:698:5', 'test-mcmc.R:825:5', 'test-mcmc.R:944:5', 'test-mcmc.R:962:5', 'test-mcmc.R:977:5', 'test-mcmc.R:995:5', 'test-mcmc.R:1013:5', 'test-mcmc.R:1031:5', 'test-mcmc.R:1049:5', 'test-mcmc.R:1067:5', 'test-mcmc.R:1085:5', 'test-parallel.R:7:5', 'test-reproducibility.R:7:5', 'test-reproducibility.R:150:5', 'test-utilities.R:320:5' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 1298 ] > > proc.time() user system elapsed 115.73 6.12 876.40