R Under development (unstable) (2026-06-13 r90149 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(boomer) > > test_check("boomer") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 18 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-boom.R:3:1', 'test-boom.R:11:1', 'test-boom.R:20:1', 'test-boom.R:29:1', 'test-boom.R:44:1', 'test-boom.R:50:1', 'test-boom.R:75:1', 'test-boom.R:84:1', 'test-boom.R:124:1', 'test-boom.R:133:1', 'test-boom.R:154:1', 'test-boom.R:161:1', 'test-boom.R:169:1', 'test-ignore.R:1:1', 'test-ignore.R:12:1', 'test-rig.R:3:1', 'test-rig.R:15:1', 'test-rig.R:30:1', 'test-rig.R:39:1', 'test-rig_in_namespace.R:3:1', 'test-rig_in_place-s3.R:34:3', 'test-rig_in_place-s3.R:44:3', 'test-rig_in_place-s3.R:56:3', 'test-rig_in_place-s3.R:66:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 18 ] > > proc.time() user system elapsed 9.87 0.71 10.90