R Under development (unstable) (2025-08-25 r88702 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(workflows) > > test_check("workflows") Attaching package: 'modeldata' The following object is masked from 'package:datasets': penguins [ FAIL 0 | WARN 0 | SKIP 109 | PASS 443 ] ══ Skipped tests (109) ═════════════════════════════════════════════════════════ • On CRAN (100): 'test-broom.R:8:3', 'test-broom.R:14:3', 'test-broom.R:72:3', 'test-broom.R:101:3', 'test-butcher.R:21:3', 'test-control.R:10:3', 'test-extract.R:46:3', 'test-extract.R:50:3', 'test-extract.R:69:3', 'test-extract.R:73:3', 'test-extract.R:96:3', 'test-extract.R:100:3', 'test-extract.R:144:3', 'test-extract.R:148:3', 'test-extract.R:173:3', 'test-extract.R:181:3', 'test-extract.R:190:3', 'test-extract.R:194:3', 'test-extract.R:337:3', 'test-extract.R:529:3', 'test-extract.R:545:3', 'test-fit-action-model.R:12:3', 'test-fit-action-model.R:20:3', 'test-fit-action-model.R:31:3', 'test-fit-action-model.R:44:3', 'test-fit-action-model.R:99:3', 'test-fit.R:51:3', 'test-fit.R:64:3', 'test-fit.R:76:3', 'test-fit.R:85:3', 'test-fit.R:101:3', 'test-fit.R:286:3', 'test-post-action-tailor.R:14:3', 'test-post-action-tailor.R:28:3', 'test-post-action-tailor.R:44:3', 'test-pre-action-case-weights.R:208:3', 'test-pre-action-case-weights.R:250:3', 'test-pre-action-case-weights.R:346:3', 'test-pre-action-case-weights.R:369:3', 'test-pre-action-case-weights.R:393:3', 'test-pre-action-case-weights.R:502:3', 'test-pre-action-case-weights.R:516:3', 'test-pre-action-formula.R:11:3', 'test-pre-action-formula.R:20:3', 'test-pre-action-formula.R:27:3', 'test-pre-action-formula.R:55:3', 'test-pre-action-formula.R:149:3', 'test-pre-action-formula.R:159:3', 'test-pre-action-recipe.R:13:3', 'test-pre-action-recipe.R:22:3', 'test-pre-action-recipe.R:31:3', 'test-pre-action-recipe.R:39:3', 'test-pre-action-recipe.R:148:3', 'test-pre-action-recipe.R:176:3', 'test-pre-action-variables.R:35:3', 'test-pre-action-variables.R:42:3', 'test-pre-action-variables.R:46:3', 'test-pre-action-variables.R:212:3', 'test-pre-action-variables.R:274:3', 'test-predict.R:20:3', 'test-predict.R:190:3', 'test-printing.R:4:3', 'test-printing.R:9:3', 'test-printing.R:13:3', 'test-printing.R:17:3', 'test-printing.R:24:3', 'test-printing.R:31:3', 'test-printing.R:42:3', 'test-printing.R:59:3', 'test-printing.R:70:3', 'test-printing.R:82:3', 'test-printing.R:92:3', 'test-pull.R:49:3', 'test-pull.R:55:3', 'test-pull.R:62:3', 'test-pull.R:85:3', 'test-pull.R:91:3', 'test-pull.R:100:3', 'test-pull.R:127:3', 'test-pull.R:133:3', 'test-pull.R:146:3', 'test-pull.R:175:3', 'test-pull.R:181:3', 'test-pull.R:194:3', 'test-pull.R:225:3', 'test-pull.R:236:3', 'test-pull.R:242:3', 'test-pull.R:257:3', 'test-sparsevctrs.R:40:3', 'test-sparsevctrs.R:84:3', 'test-sparsevctrs.R:100:3', 'test-sparsevctrs.R:123:3', 'test-sparsevctrs.R:189:3', 'test-workflow.R:28:3', 'test-workflow.R:70:3', 'test-workflow.R:91:3', 'test-workflow.R:95:3', 'test-workflow.R:99:3', 'test-workflow.R:106:3', 'test-workflow.R:131:3' • {broom} is not installed (9): 'test-broom.R:24:3', 'test-broom.R:48:3', 'test-broom.R:76:3', 'test-broom.R:105:3', 'test-broom.R:163:3', 'test-broom.R:189:3', 'test-broom.R:209:3', 'test-broom.R:227:3', 'test-broom.R:250:3' [ FAIL 0 | WARN 0 | SKIP 109 | PASS 443 ] > > proc.time() user system elapsed 25.92 3.06 28.98