R Under development (unstable) (2024-02-17 r85935 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(workflows) > > test_check("workflows") [ FAIL 0 | WARN 0 | SKIP 91 | PASS 234 ] ══ Skipped tests (91) ══════════════════════════════════════════════════════════ • On CRAN (83): 'test-broom.R:6:3', 'test-broom.R:12:3', 'test-broom.R:50:3', 'test-broom.R:79:3', 'test-butcher.R:19:3', 'test-control.R:10:3', 'test-extract.R:41:3', 'test-extract.R:45:3', 'test-extract.R:64:3', 'test-extract.R:68:3', 'test-extract.R:91:3', 'test-extract.R:95:3', 'test-extract.R:139:3', 'test-extract.R:143:3', 'test-extract.R:168:3', 'test-extract.R:173:3', 'test-extract.R:182:3', 'test-extract.R:186: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:42:3', 'test-fit.R:49:3', 'test-fit.R:62:3', 'test-fit.R:74:3', 'test-fit.R:83:3', 'test-fit.R:209:3', 'test-pre-action-case-weights.R:199:3', 'test-pre-action-case-weights.R:240:3', 'test-pre-action-case-weights.R:337:3', 'test-pre-action-case-weights.R:360:3', 'test-pre-action-case-weights.R:384:3', 'test-pre-action-case-weights.R:494:3', 'test-pre-action-case-weights.R:508:3', 'test-pre-action-formula.R:9:3', 'test-pre-action-formula.R:18:3', 'test-pre-action-formula.R:25:3', 'test-pre-action-formula.R:53:3', 'test-pre-action-formula.R:147:3', 'test-pre-action-formula.R:157:3', 'test-pre-action-recipe.R:11:3', 'test-pre-action-recipe.R:20:3', 'test-pre-action-recipe.R:29:3', 'test-pre-action-recipe.R:37:3', 'test-pre-action-recipe.R:146:3', 'test-pre-action-recipe.R:174:3', 'test-pre-action-variables.R:27:3', 'test-pre-action-variables.R:34:3', 'test-pre-action-variables.R:38:3', 'test-pre-action-variables.R:205:3', 'test-pre-action-variables.R:264:3', 'test-predict.R:18:3', 'test-printing.R:2:3', 'test-printing.R:7:3', 'test-printing.R:11:3', 'test-printing.R:15:3', 'test-printing.R:22:3', 'test-printing.R:29:3', 'test-printing.R:40:3', 'test-printing.R:57:3', 'test-printing.R:68:3', 'test-printing.R:80:3', 'test-pull.R:47:3', 'test-pull.R:53:3', 'test-pull.R:60:3', 'test-pull.R:83:3', 'test-pull.R:89:3', 'test-pull.R:98:3', 'test-pull.R:125:3', 'test-pull.R:131:3', 'test-pull.R:144:3', 'test-pull.R:173:3', 'test-pull.R:179:3', 'test-pull.R:192:3', 'test-pull.R:223:3', 'test-pull.R:234:3', 'test-pull.R:240:3', 'test-pull.R:255:3', 'test-workflow.R:26:3', 'test-workflow.R:53:3', 'test-workflow.R:57:3', 'test-workflow.R:64:3', 'test-workflow.R:89:3' • broom cannot be loaded (8): 'test-broom.R:22:3', 'test-broom.R:54:3', 'test-broom.R:83:3', 'test-broom.R:108:3', 'test-broom.R:134:3', 'test-broom.R:154:3', 'test-broom.R:173:3', 'test-broom.R:196:3' [ FAIL 0 | WARN 0 | SKIP 91 | PASS 234 ] > > proc.time() user system elapsed 9.28 0.71 10.00