R Under development (unstable) (2025-10-18 r88943 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(betaMC) > > test_check("betaMC") [ FAIL 0 | WARN 0 | SKIP 64 | PASS 1 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-betaMC-beta-mc-est-mi.R:12:9', 'test-betaMC-beta-mc-est-mi.R:55:9', 'test-betaMC-beta-mc-est.R:12:9', 'test-betaMC-beta-mc-est.R:49:9', 'test-betaMC-delta-r-sq-mc-est-mi.R:12:9', 'test-betaMC-delta-r-sq-mc-est-mi.R:55:9', 'test-betaMC-delta-r-sq-mc-est.R:12:9', 'test-betaMC-delta-r-sq-mc-est.R:49:9', 'test-betaMC-diff-beta-mc-est-mi.R:12:9', 'test-betaMC-diff-beta-mc-est-mi.R:55:9', 'test-betaMC-diff-beta-mc-est.R:12:9', 'test-betaMC-diff-beta-mc-est.R:49:9', 'test-betaMC-mc-fixed-x-mi.R:20:9', 'test-betaMC-mc-fixed-x-mi.R:159:9', 'test-betaMC-mc-fixed-x-mi.R:222:9', 'test-betaMC-mc-fixed-x-mi.R:285:9', 'test-betaMC-mc-fixed-x-mi.R:348:9', 'test-betaMC-mc-fixed-x-mi.R:411:9', 'test-betaMC-mc-fixed-x-mi.R:474:9', 'test-betaMC-mc-fixed-x-mi.R:537:9', 'test-betaMC-mc-fixed-x-mi.R:600:9', 'test-betaMC-mc-fixed-x-mi.R:663:9', 'test-betaMC-mc-fixed-x.R:20:9', 'test-betaMC-mc-fixed-x.R:135:9', 'test-betaMC-mc-fixed-x.R:188:9', 'test-betaMC-mc-fixed-x.R:241:9', 'test-betaMC-mc-fixed-x.R:294:9', 'test-betaMC-mc-fixed-x.R:347:9', 'test-betaMC-mc-fixed-x.R:400:9', 'test-betaMC-mc-fixed-x.R:453:9', 'test-betaMC-mc-fixed-x.R:506:9', 'test-betaMC-mc-fixed-x.R:559:9', 'test-betaMC-mc-mi.R:20:9', 'test-betaMC-mc-mi.R:144:9', 'test-betaMC-mc-mi.R:204:9', 'test-betaMC-mc-mi.R:264:9', 'test-betaMC-mc-mi.R:324:9', 'test-betaMC-mc-mi.R:385:9', 'test-betaMC-mc-mi.R:445:9', 'test-betaMC-mc-mi.R:505:9', 'test-betaMC-mc-mi.R:565:9', 'test-betaMC-mc.R:20:9', 'test-betaMC-mc.R:138:9', 'test-betaMC-mc.R:192:9', 'test-betaMC-mc.R:246:9', 'test-betaMC-mc.R:300:9', 'test-betaMC-mc.R:354:9', 'test-betaMC-mc.R:408:9', 'test-betaMC-mc.R:462:9', 'test-betaMC-mc.R:516:9', 'test-betaMC-mc.R:570:9', 'test-betaMC-p-cor-mc-est-mi.R:12:9', 'test-betaMC-p-cor-mc-est-mi.R:55:9', 'test-betaMC-p-cor-mc-est.R:12:9', 'test-betaMC-p-cor-mc-est.R:49:9', 'test-betaMC-r-sq-mc-est-mi.R:12:9', 'test-betaMC-r-sq-mc-est-mi.R:54:9', 'test-betaMC-r-sq-mc-est.R:12:9', 'test-betaMC-r-sq-mc-est.R:48:9', 'test-betaMC-s-cor-mc-est-mi.R:12:9', 'test-betaMC-s-cor-mc-est-mi.R:55:9', 'test-betaMC-s-cor-mc-est.R:12:9', 'test-betaMC-s-cor-mc-est.R:49:9', 'test-zzz-coverage.R:10:9' [ FAIL 0 | WARN 0 | SKIP 64 | PASS 1 ] > > proc.time() user system elapsed 1.79 0.14 1.92