R Under development (unstable) (2025-10-27 r88972 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 55 | PASS 1292 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • 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:465:5', 'test-mcmc.R:472:5', 'test-mcmc.R:479:5', 'test-mcmc.R:486:5', 'test-mcmc.R:493:5', 'test-mcmc.R:500:5', 'test-mcmc.R:507:5', 'test-mcmc.R:514:5', 'test-mcmc.R:521:5', 'test-mcmc.R:699:5', 'test-mcmc.R:826:5', 'test-mcmc.R:945:5', 'test-mcmc.R:963:5', 'test-mcmc.R:978:5', 'test-mcmc.R:996:5', 'test-mcmc.R:1014:5', 'test-mcmc.R:1032:5', 'test-mcmc.R:1050:5', 'test-mcmc.R:1068:5', 'test-mcmc.R:1086:5', 'test-parallel.R:7:5', 'test-reproducibility.R:7:5', 'test-reproducibility.R:143:5', 'test-utilities.R:320:5' • is_local_test() is not TRUE (3): 'test-mcmc.R:157:5', 'test-print.R:98:5', 'test-reproducibility.R:99:5' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 1292 ] > > # print(do.call(rbind, test_check("rbmi", testthat::ListReporter))[, c("file", "test", "real")]) > > proc.time() user system elapsed 98.39 4.79 252.48