R Under development (unstable) (2026-03-08 r89578 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(radEmu) Loading required package: MASS Loading required package: Matrix Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Loading required package: rlang Attaching package: 'rlang' The following object is masked from 'package:magrittr': set_names > > test_check("radEmu") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 233 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • Deterministic, slow to run but passes when tested (1): 'test-fit_null.R:3:3' • Skipping -- a simulation for T1E under cluster dependence. (1): 'test-cluster.R:70:3' • Skipping -- test requires fitting models to 100 simulated datasets. (1): 'test-emuFit.R:181:3' • Skipping because test is very slow with J = 100 and p = 8 (1): 'test-emuFit_micro.R:327:3' • Skipping test that requires 1000 simulations be run (1): 'test-get_score_stat.R:103:3' • Too slow for automated testing; ~3 mins on laptop (1): 'test-fit_null_discrete.R:177:3' • confirmed this works but it is too slow for automated testing runs (1): 'test-fit_null_symmetric.R:95:3' • don't want to test automatically (7): 'test-fit_null_discrete.R:433:3', 'test-fit_null_discrete.R:487:3', 'test-fit_null_discrete.R:540:3', 'test-fit_null_discrete.R:593:3', 'test-fit_null_symmetric.R:282:3', 'test-fit_null_symmetric_subset.R:350:3', 'test-fit_null_symmetric_subset.R:439:3' • long for automatic testing (4): 'test-fit_null_discrete.R:262:3', 'test-fit_null_discrete.R:295:3', 'test-fit_null_symmetric.R:33:3', 'test-fit_null_symmetric.R:56:3' • takes too long in automated testing (1): 'test-fit_null_symmetric_subset.R:54:3' • too long for automated testing (2): 'test-emuFit_micro_discrete.R:149:3', 'test-emuFit_micro_discrete.R:178:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 233 ] > > proc.time() user system elapsed 181.59 9.78 191.37