R Under development (unstable) (2026-01-25 r89330 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(rules) Loading required package: parsnip > > test_check("rules") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 37 | PASS 22 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-c5.R:4:3', 'test-c5.R:42:3', 'test-c5.R:85:3', 'test-c5.R:124:3', 'test-c5.R:165:3', 'test-c5.R:212:3', 'test-c5.R:255:3', 'test-c5.R:282:3', 'test-c5.R:372:3', 'test-c5.R:433:3', 'test-cubist.R:2:3', 'test-cubist.R:106:3', 'test-cubist.R:163:3', 'test-cubist.R:209:3', 'test-cubist.R:246:3', 'test-cubist.R:284:3', 'test-cubist.R:321:3', 'test-cubist.R:380:3', 'test-cubist.R:426:3', 'test-cubist.R:467:3', 'test-cubist.R:509:3', 'test-cubist.R:557:3', 'test-cubist.R:619:3', 'test-cubist.R:656:3', 'test-cubist.R:762:3', 'test-rule-fit-binomial.R:2:3', 'test-rule-fit-binomial.R:107:3', 'test-rule-fit-binomial.R:215:3', 'test-rule-fit-multinomial.R:2:3', 'test-rule-fit-multinomial.R:114:3', 'test-rule-fit-multinomial.R:226:3', 'test-rule-fit-regression.R:2:3', 'test-rule-fit-regression.R:63:3', 'test-rule-fit-regression.R:128:3', 'test-rule-fit-regression.R:175:3', 'test-rule-fit-regression.R:220:3', 'test-rule-fit-regression.R:242:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 22 ] > > proc.time() user system elapsed 4.40 0.56 4.96