R Under development (unstable) (2025-05-13 r88200 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(excluder) > > test_check("excluder") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 464 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-collapse_exclusions.R:12:3', 'test-ip.R:24:3', 'test-ip.R:33:3', 'test-ip.R:44:3', 'test-ip.R:53:3', 'test-ip.R:84:3', 'test-ip.R:93:3', 'test-ip.R:104:3', 'test-ip.R:111:3', 'test-ip.R:130:3', 'test-ip.R:156:3', 'test-ip.R:165:3', 'test-ip.R:183:3', 'test-ip.R:192:3', 'test-unite_exclusions.R:11:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 464 ] > > proc.time() user system elapsed 40.78 2.93 46.54