R Under development (unstable) (2025-05-26 r88238 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(workflowsets) > > test_check("workflowsets") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'rsample' The following object is masked from 'package:testthat': matches Attaching package: 'recipes' The following object is masked from 'package:stats': step Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true [ FAIL 0 | WARN 0 | SKIP 30 | PASS 346 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-autoplot.R:67:3', 'test-autoplot.R:133:3', 'test-checks.R:5:3', 'test-collect-extracts.R:1:1', 'test-collect-notes.R:1:1', 'test-collect-predictions.R:1:1', 'test-comments.R:38:3', 'test-comments.R:87:3', 'test-extract.R:29:3', 'test-extract.R:177:3', 'test-fit.R:1:1', 'test-fit_best.R:5:3', 'test-fit_best.R:73:3', 'test-leave-var-out-formulas.R:20:3', 'test-options.R:57:3', 'test-predict.R:1:1', 'test-pull.R:21:3', 'test-workflow-map.R:49:3', 'test-workflow-map.R:82:3', 'test-workflow-map.R:95:3', 'test-workflow-map.R:111:3', 'test-workflow-map.R:141:3', 'test-workflow-map.R:163:3', 'test-workflow_set.R:165:3', 'test-workflow_set.R:198:3', 'test-workflow_set.R:221:3', 'test-workflow_set.R:327:3', 'test-workflow_set.R:357:3', 'test-workflow_set.R:384:3', 'test-workflow_set.R:414:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 346 ] > > proc.time() user system elapsed 29.53 1.32 30.87