R Under development (unstable) (2024-10-15 r87238 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(rbmi) > > test_check("rbmi") mmrm() registered as emmeans extension [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1261 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-mmrm.R:337:5' • is_full_test() is not TRUE (12): 'test-draws.R:115:5', 'test-fullusage.R:43:5', 'test-fullusage.R:117:5', 'test-fullusage.R:209:5', 'test-fullusage.R:300:5', 'test-fullusage.R:431:5', 'test-fullusage.R:520:5', 'test-fullusage.R:673:5', 'test-mcmc.R:327:5', 'test-mcmc.R:502:5', 'test-parallel.R:8:5', 'test-reproducibility.R:9:5' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1261 ] > > proc.time() user system elapsed 108.51 4.85 140.73