R Under development (unstable) (2025-09-04 r88794 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(important) Loading required package: recipes Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'recipes' The following object is masked from 'package:stats': step > > test_check("important") Attaching package: 'future' The following object is masked from 'package:survival': cluster [ FAIL 0 | WARN 0 | SKIP 24 | PASS 229 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-extract_data.R:117:3', 'test-extract_data.R:246:3', 'test-importance_perm.R:662:3', 'test-parallel_utils.R:8:2', 'test-parallel_utils.R:22:2', 'test-parallel_utils.R:55:2', 'test-parallel_utils.R:86:2', 'test-parallel_utils.R:109:2', 'test-parallel_utils.R:135:2', 'test-recipes_utils.R:28:2', 'test-step_predictor_best.R:109:3', 'test-step_predictor_best.R:121:3', 'test-step_predictor_best.R:142:3', 'test-step_predictor_best.R:180:3', 'test-step_predictor_best.R:200:3', 'test-step_predictor_desirability.R:111:3', 'test-step_predictor_desirability.R:189:3', 'test-step_predictor_desirability.R:210:3', 'test-step_predictor_desirability.R:221:3', 'test-step_predictor_desirability.R:242:3', 'test-step_predictor_retain.R:133:3', 'test-step_predictor_retain.R:155:3', 'test-step_predictor_retain.R:200:3', 'test-step_predictor_retain.R:205:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 229 ] > > proc.time() user system elapsed 22.17 0.87 23.03