R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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 120 | PASS 740 ] ══ Skipped tests (120) ═════════════════════════════════════════════════════════ • On CRAN (120): 'test-blueprint-formula-default.R:1:1', 'test-blueprint-recipe.R:1:1', 'test-blueprint.R:1:1', 'test-blueprint.R:7:1', 'test-blueprint.R:18:1', 'test-case-weights.R:12:1', 'test-case-weights.R:31:1', 'test-case-weights.R:55:1', 'test-case-weights.R:70:1', 'test-case-weights.R:86:1', 'test-case-weights.R:95:1', 'test-case-weights.R:114:1', 'test-case-weights.R:184:1', 'test-constructor.R:1:1', 'test-constructor.R:34:1', 'test-constructor.R:44:1', 'test-constructor.R:48:1', 'test-constructor.R:52:1', 'test-delete-response.R:34:1', 'test-encoding.R:92:1', 'test-encoding.R:100:1', 'test-forge-formula.R:138:1', 'test-forge-formula.R:211:1', 'test-forge-formula.R:226:1', 'test-forge-formula.R:250:1', 'test-forge-formula.R:286:1', 'test-forge-formula.R:396:1', 'test-forge-formula.R:472:1', 'test-forge-formula.R:593:1', 'test-forge-formula.R:621:1', 'test-forge-formula.R:654:1', 'test-forge-formula.R:736:1', 'test-forge-formula.R:774:1', 'test-forge-formula.R:802:1', 'test-forge-formula.R:1008:1', 'test-forge-recipe.R:90:1', 'test-forge-recipe.R:136:1', 'test-forge-recipe.R:155:1', 'test-forge-recipe.R:195:1', 'test-forge-recipe.R:298:1', 'test-forge-recipe.R:582:1', 'test-forge-recipe.R:611:1', 'test-forge-recipe.R:753:1', 'test-forge-recipe.R:776:1', 'test-forge-xy.R:64:1', 'test-forge-xy.R:139:1', 'test-forge-xy.R:160:1', 'test-forge-xy.R:191:1', 'test-forge-xy.R:214:1', 'test-forge-xy.R:266:1', 'test-forge.R:4:1', 'test-impute_quantile_pred.R:35:1', 'test-intercept.R:13:1', 'test-intercept.R:32:1', 'test-intercept.R:41:1', 'test-levels.R:63:1', 'test-model-matrix.R:17:1', 'test-model-offset.R:40:1', 'test-model-offset.R:113:1', 'test-mold-formula.R:126:1', 'test-mold-formula.R:186:1', 'test-mold-formula.R:348:1', 'test-mold-formula.R:369:1', 'test-mold-formula.R:379:1', 'test-mold-formula.R:401:1', 'test-mold-formula.R:419:1', 'test-mold-formula.R:469:1', 'test-mold-formula.R:518:1', 'test-mold-formula.R:597:1', 'test-mold-formula.R:722:1', 'test-mold-recipe.R:166:1', 'test-mold-xy.R:1:1', 'test-mold-xy.R:56:1', 'test-mold.R:4:1', 'test-print.R:1:1', 'test-print.R:8:1', 'test-print.R:14:1', 'test-quantile-pred.R:1:1', 'test-quantile-pred.R:20:1', 'test-quantile-pred.R:48:1', 'test-quantile-pred.R:75:1', 'test-quantile-pred.R:222:1', 'test-quantile-pred.R:246:1', 'test-quantile-pred.R:268:1', 'test-recompose.R:37:1', 'test-recompose.R:45:1', 'test-recompose.R:55:1', 'test-recompose.R:61:1', 'test-recompose.R:67:1', 'test-scream.R:1:1', 'test-scream.R:22:1', 'test-shrink.R:10:1', 'test-spruce.R:1:1', 'test-spruce.R:11:1', 'test-spruce.R:21:1', 'test-spruce.R:78:1', 'test-spruce.R:90:1', 'test-standardize.R:17:1', 'test-standardize.R:37:1', 'test-standardize.R:64:1', 'test-standardize.R:94:1', 'test-table.R:141:1', 'test-table.R:154:1', 'test-table.R:159:1', 'test-table.R:164:1', 'test-table.R:172:1', 'test-table.R:180:1', 'test-tune.R:12:1', 'test-use.R:2:3', 'test-use.R:31:3', 'test-use.R:60:1', 'test-use.R:64:1', 'test-use.R:68:1', 'test-validation.R:1:1', 'test-validation.R:14:1', 'test-validation.R:33:1', 'test-validation.R:69:1', 'test-validation.R:83:1', 'test-validation.R:94:1', 'test-validation.R:113:1' [ FAIL 0 | WARN 0 | SKIP 120 | PASS 740 ] > > proc.time() user system elapsed 21.57 1.78 23.35