R Under development (unstable) (2024-03-20 r86162 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 19 | PASS 402 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-autoplot.R:53:3', 'test-checks.R:5:3', 'test-collect-notes.R:1:1', 'test-collect-predictions.R:1:1', 'test-comments.R:86:3', 'test-extract.R:58:3', 'test-fit.R:1:1', 'test-fit_best.R:2:4', 'test-fit_best.R:56:4', 'test-options.R:64:4', 'test-predict.R:1:1', 'test-workflow-map.R:52:3', 'test-workflow-map.R:88:3', 'test-workflow-map.R:118:3', 'test-workflow-map.R:152:4', 'test-workflow-map.R:174:4', 'test-workflow_set.R:168:4', 'test-workflow_set.R:226:4', 'test-workflow_set.R:412:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 402 ] > > proc.time() user system elapsed 15.75 1.00 16.71