R Under development (unstable) (2025-12-11 r89152 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(tidypredict) > > test_check("tidypredict") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 164 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-model-cubist.R:1:1', 'test-model-cubist.R:41:1', 'test-model-earth.R:1:1', 'test-model-earth.R:35:1', 'test-model-glm.R:1:1', 'test-model-glm.R:39:1', 'test-model-glm.R:85:1', 'test-model-glmnet.R:1:1', 'test-model-glmnet.R:34:1', 'test-model-glmnet.R:60:1', 'test-model-glmnet.R:76:1', 'test-model-lm.R:1:1', 'test-model-lm.R:39:1', 'test-model-lm.R:83:1', 'test-model-lm.R:110:1', 'test-model-partykit.R:1:1', 'test-model-partykit.R:33:1', 'test-model-ranger.R:2:3', 'test-model-ranger.R:32:3', 'test-model-ranger.R:58:3', 'test-model-rf.R:1:1', 'test-model-rf.R:39:1', 'test-model-xgboost.R:1:1', 'test-model-xgboost.R:61:1', 'test-tidymodels.R:1:1', 'test-tree.R:551:1' • empty test (1): 'test-model-xgboost.R:313:1' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 164 ] > > proc.time() user system elapsed 12.06 1.35 13.39