R Under development (unstable) (2024-10-01 r87205 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(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 [ FAIL 0 | WARN 0 | SKIP 28 | PASS 84 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-date_after.R:133:3', 'test-date_after.R:176:3', 'test-date_after.R:193:3', 'test-date_after.R:244:3', 'test-date_before.R:133:3', 'test-date_before.R:176:3', 'test-date_before.R:193:3', 'test-date_before.R:245:3', 'test-date_nearest.R:136:3', 'test-date_nearest.R:179:3', 'test-date_nearest.R:196:3', 'test-date_nearest.R:247: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:59:3', 'test-maxabs.R:101:3', 'test-minmax.R:60:3', 'test-minmax.R:102:3', 'test-robust.R:77:3', 'test-robust.R:119:3', 'test-time_event.R:72:3', 'test-time_event.R:115:3', 'test-time_event.R:132:3', 'test-time_event.R:183:3', 'test-unit_normalize.R:48:3', 'test-unit_normalize.R:85:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 84 ] Deleting unused snapshots: • combine_stringdist.md • yeet.md > > proc.time() user system elapsed 12.50 0.89 12.51