R Under development (unstable) (2026-01-22 r89323 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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) > > # Disable cache by default during unit tests > options("rbmi.enable_cache" = FALSE) > > test_check("rbmi") mmrm() registered as emmeans extension [ FAIL 0 | WARN 0 | SKIP 63 | PASS 1252 ] ══ Skipped tests (63) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-impute.R:643:1', 'test-mmrm.R:387:5' • is_core_test() is not TRUE (20): 'test-draws.R:160:5', 'test-mcmc.R:157:5', 'test-mcmc.R:643:5', 'test-mmrm.R:517:5', 'test-mmrm.R:524:5', 'test-mmrm.R:531:5', 'test-mmrm.R:538:5', 'test-mmrm.R:545:5', 'test-mmrm.R:552:5', 'test-mmrm.R:559:5', 'test-mmrm.R:566:5', 'test-pool.R:870:5', 'test-print.R:12:5', 'test-print.R:62:5', 'test-print.R:100:5', 'test-print.R:152:5', 'test-print.R:197:5', 'test-print.R:234:5', 'test-reproducibility.R:99:5', 'test-utilities.R:287:5' • is_extended_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:305:5' [ FAIL 0 | WARN 0 | SKIP 63 | PASS 1252 ] > > proc.time() user system elapsed 82.76 4.45 113.98