R Under development (unstable) (2024-02-01 r85851 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(hardhat) > > test_check("hardhat") [ FAIL 0 | WARN 0 | SKIP 74 | PASS 654 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • On CRAN (74): 'test-blueprint-recipe.R:2:3', 'test-case-weights.R:13:3', 'test-case-weights.R:32:3', 'test-case-weights.R:57:3', 'test-case-weights.R:72:3', 'test-case-weights.R:85:3', 'test-case-weights.R:93:3', 'test-case-weights.R:112:3', 'test-case-weights.R:182:3', 'test-constructor.R:2:3', 'test-constructor.R:40:3', 'test-delete-response.R:35:3', 'test-encoding.R:66:3', 'test-encoding.R:72:3', 'test-forge-formula.R:257:3', 'test-forge-formula.R:288:3', 'test-forge-formula.R:389:3', 'test-forge-formula.R:469:3', 'test-forge-formula.R:571:3', 'test-forge-formula.R:601:3', 'test-forge-formula.R:637:3', 'test-forge-formula.R:705:3', 'test-forge-formula.R:734:3', 'test-forge-formula.R:758:3', 'test-forge-formula.R:951:3', 'test-forge-recipe.R:158:3', 'test-forge-recipe.R:199:3', 'test-forge-recipe.R:288:3', 'test-forge-recipe.R:553:3', 'test-forge-recipe.R:589:3', 'test-forge-recipe.R:707:3', 'test-forge-recipe.R:729:3', 'test-forge-xy.R:205:3', 'test-forge-xy.R:231:3', 'test-forge-xy.R:289:3', 'test-forge.R:5:3', 'test-intercept.R:16:3', 'test-intercept.R:33:3', 'test-mold-formula.R:118:3', 'test-mold-formula.R:172:3', 'test-mold-formula.R:368:3', 'test-mold-formula.R:386:3', 'test-mold-formula.R:486:3', 'test-mold-formula.R:693:3', 'test-mold-xy.R:2:3', 'test-mold-xy.R:49:3', 'test-mold.R:5:3', 'test-print.R:2:3', 'test-print.R:9:3', 'test-print.R:15:3', 'test-recompose.R:40:3', 'test-recompose.R:50:3', 'test-recompose.R:56:3', 'test-recompose.R:62:3', 'test-recompose.R:68:3', 'test-scream.R:15:3', 'test-scream.R:37:3', 'test-shrink.R:13:3', 'test-spruce.R:83:3', 'test-spruce.R:95:3', 'test-standardize.R:24:3', 'test-standardize.R:40:3', 'test-standardize.R:68:3', 'test-table.R:146:3', 'test-table.R:156:3', 'test-table.R:161:3', 'test-table.R:169:3', 'test-table.R:177:3', 'test-table.R:188:3', 'test-use.R:2:3', 'test-use.R:32:3', 'test-use.R:69:3', 'test-use.R:73:3', 'test-use.R:77:3' [ FAIL 0 | WARN 0 | SKIP 74 | PASS 654 ] > > proc.time() user system elapsed 18.98 1.81 20.85