R Under development (unstable) (2024-02-07 r85873 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(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% Model type: Rubin model with aggregate data Pooling of effects: partial Aggregate treatment effect (on mean), 8 groups: Hypermean (tau) = -0.0073 with 95% interval -1.0553 to 1.1781 Hyper-SD (sigma_tau) = 0.759 with 95% interval 0.056 to 2.121 Posterior predictive effect = -0.071 with 95% interval -2.509 to 2.518 Total pooling (1 - I^2) = 0.67 with 95% interval 0.18 to 1.00 Error in `[.data.frame`(test_data, , covariates, drop = FALSE) : undefined columns selected [ FAIL 0 | WARN 0 | SKIP 6 | PASS 520 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_binary.R:285:3', 'test_binary.R:343:3', 'test_full.R:4:1', 'test_loo.R:49:3', 'test_rubin.R:332:3', 'test_rubin.R:352:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 520 ] > > proc.time() user system elapsed 62.04 1.35 63.39