R Under development (unstable) (2026-03-04 r89536 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(arl) > > # Treat warnings as errors so unexpected warnings fail the test suite > old_warn <- options(warn = 2) > on.exit(options(old_warn), add = TRUE) > > test_check("arl") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 3746 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Benchmark infrastructure not found (14): 'test-benchmarks.R:30:3', 'test-benchmarks.R:47:3', 'test-benchmarks.R:72:3', 'test-benchmarks.R:108:3', 'test-benchmarks.R:136:3', 'test-benchmarks.R:157:3', 'test-benchmarks.R:186:3', 'test-benchmarks.R:221:3', 'test-benchmarks.R:268:3', 'test-benchmarks.R:305:3', 'test-benchmarks.R:332:3', 'test-benchmarks.R:358:3', 'test-benchmarks.R:381:3', 'test-benchmarks.R:405:3' • No .Rmd vignettes found (1): 'test-vignette-arl-chunks.R:54:1' • On Windows (1): 'test-cli.R:139:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 3746 ] > > proc.time() user system elapsed 417.81 18.95 437.20