R Under development (unstable) (2025-08-19 r88650 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(cbcTools) Version: 0.6.3 Author: John Paul Helveston (George Washington University) Consider submitting praise at https://github.com/jhelvy/cbcTools/issues/3. Please cite the package in your publications, see: citation("cbcTools") > > test_check("cbcTools") [ FAIL 0 | WARN 0 | SKIP 135 | PASS 6 ] ══ Skipped tests (135) ═════════════════════════════════════════════════════════ • On CRAN (135): 'test_choices.R:131:3', 'test_choices.R:154:3', 'test_choices.R:183:3', 'test_choices.R:219:3', 'test_choices.R:265:3', 'test_choices.R:350:3', 'test_choices.R:399:3', 'test_choices.R:468:3', 'test_choices.R:503:3', 'test_choices.R:528:3', 'test_choices.R:569:3', 'test_choices.R:597:3', 'test_choices.R:626:3', 'test_comparison.R:204:3', 'test_comparison.R:230:3', 'test_comparison.R:254:3', 'test_comparison.R:275:3', 'test_comparison.R:316:3', 'test_comparison.R:338:3', 'test_comparison.R:376:3', 'test_comparison.R:405:3', 'test_comparison.R:432:3', 'test_comparison.R:466:3', 'test_comparison.R:494:3', 'test_comparison.R:551:3', 'test_comparison.R:615:3', 'test_comparison.R:652:3', 'test_comparison.R:689:3', 'test_comparison.R:705:3', 'test_comparison.R:734:3', 'test_comparison.R:751:3', 'test_comparison.R:781:3', 'test_decode.R:160:3', 'test_decode.R:192:3', 'test_decode.R:215:3', 'test_decode.R:233:3', 'test_decode.R:246:3', 'test_decode.R:279:3', 'test_decode.R:298:3', 'test_decode.R:312:3', 'test_decode.R:329:3', 'test_decode.R:360:3', 'test_decode.R:400:3', 'test_decode.R:437:3', 'test_decode.R:477:3', 'test_decode.R:509:3', 'test_decode.R:546:3', 'test_decode.R:577:3', 'test_decode.R:606:3', 'test_design.R:184:3', 'test_design.R:208:3', 'test_design.R:237:3', 'test_design.R:266:3', 'test_design.R:305:3', 'test_design.R:343:3', 'test_design.R:373:3', 'test_design.R:403:3', 'test_design.R:433:3', 'test_design.R:476:3', 'test_design.R:512:3', 'test_design.R:545:3', 'test_design.R:568:3', 'test_inspection.R:305:3', 'test_inspection.R:332:3', 'test_inspection.R:360:3', 'test_inspection.R:380:3', 'test_inspection.R:408:3', 'test_inspection.R:427:3', 'test_inspection.R:458:3', 'test_inspection.R:475:3', 'test_inspection.R:516:3', 'test_inspection.R:548:3', 'test_inspection.R:593:3', 'test_inspection.R:652:5', 'test_inspection.R:685:3', 'test_inspection.R:723:3', 'test_inspection.R:770:3', 'test_inspection.R:790:3', 'test_inspection.R:810:3', 'test_inspection.R:845:3', 'test_inspection.R:866:3', 'test_inspection.R:880:3', 'test_inspection.R:918:3', 'test_power.R:157:3', 'test_power.R:172:3', 'test_power.R:194:3', 'test_power.R:234:3', 'test_power.R:254:3', 'test_power.R:289:3', 'test_power.R:314:3', 'test_power.R:329:3', 'test_power.R:357:3', 'test_power.R:379:3', 'test_power.R:414:3', 'test_power.R:440:3', 'test_power.R:458:3', 'test_power.R:502:3', 'test_power.R:543:3', 'test_power.R:558:3', 'test_power.R:577:3', 'test_power.R:590:3', 'test_power.R:605:3', 'test_power.R:629:3', 'test_priors.R:128:3', 'test_priors.R:159:3', 'test_priors.R:185:3', 'test_priors.R:218:3', 'test_priors.R:253:3', 'test_priors.R:286:3', 'test_priors.R:316:3', 'test_priors.R:350:3', 'test_priors.R:388:3', 'test_priors.R:426:3', 'test_priors.R:451:3', 'test_priors.R:477:3', 'test_priors.R:521:3', 'test_priors.R:561:3', 'test_priors.R:586:3', 'test_priors.R:636:3', 'test_priors.R:671:3', 'test_priors.R:702:3', 'test_priors.R:725:3', 'test_priors.R:754:3', 'test_profiles.R:4:3', 'test_profiles.R:18:3', 'test_profiles.R:29:3', 'test_profiles.R:45:3', 'test_profiles.R:58:3', 'test_profiles.R:72:3', 'test_profiles.R:81:3', 'test_profiles.R:102:3', 'test_profiles.R:112:3', 'test_profiles.R:121:3', 'test_profiles.R:132:3', 'test_profiles.R:144:3' [ FAIL 0 | WARN 0 | SKIP 135 | PASS 6 ] > > proc.time() user system elapsed 2.93 0.31 3.90