R Under development (unstable) (2026-02-09 r89390 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(baggr) Loading required package: Rcpp This is baggr; see vignette('baggr') for tutorial, ?baggr for basic help. For execution on a local, multicore CPU with excess RAM call: options(mc.cores = parallel::detectCores()) > > test_check("baggr") | | | 0% | |========= | 12% | |================== | 25% | |========================== | 38% | |=================================== | 50% | |============================================ | 62% | |==================================================== | 75% | |============================================================= | 88% | |======================================================================| 100% [ FAIL 0 | WARN 0 | SKIP 7 | PASS 584 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test_binary.R:289:3', 'test_binary.R:347:3', 'test_full.R:4:1', 'test_loo.R:49:3', 'test_multiarm.R:4:1', 'test_rubin.R:348:3', 'test_rubin.R:368:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 584 ] > > proc.time() user system elapsed 60.06 1.45 61.50