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. > library(testthat) > library(extrasteps) 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("extrasteps") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true Attaching package: 'modeldata' The following object is masked from 'package:datasets': penguins [ FAIL 0 | WARN 0 | SKIP 28 | PASS 84 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-date_after.R:140:3', 'test-date_after.R:184:3', 'test-date_after.R:201:3', 'test-date_after.R:252:3', 'test-date_before.R:140:3', 'test-date_before.R:184:3', 'test-date_before.R:201:3', 'test-date_before.R:253:3', 'test-date_nearest.R:143:3', 'test-date_nearest.R:187:3', 'test-date_nearest.R:204:3', 'test-date_nearest.R:255:3', 'test-difftime.R:10:3', 'test-difftime.R:51:3', 'test-encoding_binary.R:8:3', 'test-extension_check.R:2:3', 'test-maxabs.R:57:3', 'test-maxabs.R:99:3', 'test-minmax.R:58:3', 'test-minmax.R:100:3', 'test-robust.R:108:3', 'test-robust.R:150:3', 'test-time_event.R:74:3', 'test-time_event.R:118:3', 'test-time_event.R:135:3', 'test-time_event.R:186:3', 'test-unit_normalize.R:64:3', 'test-unit_normalize.R:101:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 84 ] > > proc.time() user system elapsed 12.09 0.82 12.67