R Under development (unstable) (2025-02-17 r87739 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") [ FAIL 0 | WARN 0 | SKIP 96 | PASS 255 ] ══ Skipped tests (96) ══════════════════════════════════════════════════════════ • On CRAN (88): 'test-broom.R:8:3', 'test-broom.R:14:3', 'test-broom.R:52:3', 'test-broom.R:81:3', 'test-butcher.R:21:3', 'test-control.R:10:3', 'test-extract.R:45:3', 'test-extract.R:49:3', 'test-extract.R:68:3', 'test-extract.R:72:3', 'test-extract.R:95:3', 'test-extract.R:99:3', 'test-extract.R:143:3', 'test-extract.R:147:3', 'test-extract.R:172:3', 'test-extract.R:177:3', 'test-extract.R:186:3', 'test-extract.R:190: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.R:51:3', 'test-fit.R:64:3', 'test-fit.R:76:3', 'test-fit.R:85:3', 'test-fit.R:211:3', 'test-pre-action-case-weights.R:203:3', 'test-pre-action-case-weights.R:245:3', 'test-pre-action-case-weights.R:341:3', 'test-pre-action-case-weights.R:364:3', 'test-pre-action-case-weights.R:388:3', 'test-pre-action-case-weights.R:497:3', 'test-pre-action-case-weights.R:511: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:29:3', 'test-pre-action-variables.R:36:3', 'test-pre-action-variables.R:40:3', 'test-pre-action-variables.R:206:3', 'test-pre-action-variables.R:265:3', 'test-predict.R:20: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-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:55:3', 'test-workflow.R:59:3', 'test-workflow.R:66:3', 'test-workflow.R:91:3' • {broom} is not installed (8): 'test-broom.R:24:3', 'test-broom.R:56:3', 'test-broom.R:85:3', 'test-broom.R:110:3', 'test-broom.R:136:3', 'test-broom.R:156:3', 'test-broom.R:174:3', 'test-broom.R:197:3' [ FAIL 0 | WARN 0 | SKIP 96 | PASS 255 ] > > proc.time() user system elapsed 15.76 1.79 17.54