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(betaSandwich) > > test_check("betaSandwich") [ FAIL 0 | WARN 0 | SKIP 40 | PASS 1 ] ══ Skipped tests (40) ══════════════════════════════════════════════════════════ • On CRAN (40): 'test-betaSandwich-beta-sandwich-adf.R:11:9', 'test-betaSandwich-beta-sandwich-adf.R:43:9', 'test-betaSandwich-beta-sandwich-hc.R:11:9', 'test-betaSandwich-beta-sandwich-hc.R:43:9', 'test-betaSandwich-beta-sandwich-hc.R:76:9', 'test-betaSandwich-beta-sandwich-hc.R:109:9', 'test-betaSandwich-beta-sandwich-hc.R:142:9', 'test-betaSandwich-beta-sandwich-hc.R:175:9', 'test-betaSandwich-beta-sandwich-hc.R:208:9', 'test-betaSandwich-beta-sandwich-hc.R:241:9', 'test-betaSandwich-beta-sandwich-methods.R:10:9', 'test-betaSandwich-beta-sandwich-mvn.R:11:9', 'test-betaSandwich-beta-sandwich-mvn.R:43:9', 'test-betaSandwich-diff-beta-sandwich-methods.R:10:9', 'test-betaSandwich-diff-beta-sandwich.R:12:9', 'test-betaSandwich-diff-beta-sandwich.R:41:9', 'test-betaSandwich-diff-beta-sandwich.R:70:9', 'test-betaSandwich-diff-beta-sandwich.R:99:9', 'test-betaSandwich-diff-beta-sandwich.R:128:9', 'test-betaSandwich-diff-beta-sandwich.R:157:9', 'test-betaSandwich-diff-beta-sandwich.R:186:9', 'test-betaSandwich-diff-beta-sandwich.R:215:9', 'test-betaSandwich-diff-beta-sandwich.R:244:9', 'test-betaSandwich-diff-beta-sandwich.R:273:9', 'test-betaSandwich-diff-beta-sandwich.R:293:9', 'test-betaSandwich-diff-beta-sandwich.R:313:9', 'test-betaSandwich-diff-beta-sandwich.R:333:9', 'test-betaSandwich-diff-beta-sandwich.R:353:9', 'test-betaSandwich-diff-beta-sandwich.R:373:9', 'test-betaSandwich-diff-beta-sandwich.R:393:9', 'test-betaSandwich-diff-beta-sandwich.R:413:9', 'test-betaSandwich-diff-beta-sandwich.R:433:9', 'test-betaSandwich-r-sq-beta-sandwich-methods.R:10:9', 'test-betaSandwich-r-sq-beta-sandwich.R:11:9', 'test-betaSandwich-r-sq-beta-sandwich.R:64:9', 'test-betaSandwich-r-sq-beta-sandwich.R:101:9', 'test-betaSandwich-r-sq-beta-sandwich.R:138:9', 'test-betaSandwich-r-sq-beta-sandwich.R:175:9', 'test-betaSandwich-r-sq-beta-sandwich.R:212:9', 'test-zzz-coverage.R:10:9' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 1 ] > > proc.time() user system elapsed 1.06 0.15 1.20