R Under development (unstable) (2026-02-12 r89409 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(CBTF) > > mirai::daemons(2L) > test_check("CBTF") [ FAIL 0 | WARN 1 | SKIP 20 | PASS 0 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_fuzz.R:5:3', 'test_fuzz.R:50:3', 'test_fuzz.R:70:3', 'test_fuzz.R:220:3', 'test_fuzz.R:242:3', 'test_fuzz.R:289:3', 'test_fuzz.R:314:3', 'test_fuzz.R:367:3', 'test_inputs.R:2:3', 'test_misc.R:2:3', 'test_misc.R:50:3', 'test_misc.R:59:3', 'test_misc.R:97:3', 'test_misc.R:116:3', 'test_misc.R:129:3', 'test_misc.R:154:3', 'test_misc.R:187:3', 'test_summary.R:2:3', 'test_summary.R:28:3', 'test_summary.R:48:3' [ FAIL 0 | WARN 1 | SKIP 20 | PASS 0 ] > > proc.time() user system elapsed 1.68 0.26 3.00