R version 4.5.0 beta (2025-04-01 r88091 ucrt) -- "How About a Twenty-Six" 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(rsample) Attaching package: 'rsample' The following object is masked from 'package:testthat': matches > > test_check("rsample") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null 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 [ FAIL 0 | WARN 0 | SKIP 83 | PASS 2978 ] ══ Skipped tests (83) ══════════════════════════════════════════════════════════ • #539 message about loading purrr in the snapshot in R CMD check hard (1): 'test-bootci.R:174:5' • On CRAN (82): 'test-boot.R:126:3', 'test-boot.R:149:3', 'test-boot.R:167:3', 'test-bootci.R:3:3', 'test-bootci.R:134:3', 'test-bootci.R:166:5', 'test-bootci.R:204:3', 'test-bootci.R:304:3', 'test-bootci.R:320:3', 'test-clustering.R:41:3', 'test-clustering.R:69:3', 'test-compat-vctrs.R:125:5', 'test-compat-vctrs.R:134:5', 'test-form_pred.R:28:3', 'test-initial_split.R:36:3', 'test-initial_split.R:118:3', 'test-initial_split.R:123:3', 'test-initial_validation_split.R:36:3', 'test-initial_validation_split.R:66:3', 'test-initial_validation_split.R:199:3', 'test-initial_validation_split.R:208:3', 'test-labels.R:19:3', 'test-labels.R:51:3', 'test-loo.R:25:3', 'test-make_groups.R:54:5', 'test-make_strata.R:8:3', 'test-make_strata.R:19:3', 'test-make_strata.R:34:3', 'test-make_strata.R:60:3', 'test-mc.R:75:3', 'test-mc.R:91:3', 'test-mc.R:104:3', 'test-mc.R:173:3', 'test-mc.R:242:3', 'test-mc.R:246:3', 'test-misc.R:15:3', 'test-misc.R:42:3', 'test-misc.R:51:3', 'test-misc.R:57:3', 'test-misc.R:83:3', 'test-nested_cv.R:42:3', 'test-nested_cv.R:81:3', 'test-permutations.R:33:3', 'test-permutations.R:37:3', 'test-permutations.R:52:3', 'test-reg_intervals.R:3:3', 'test-reshuffle_rset.R:101:5', 'test-reverse_splits.R:17:3', 'test-rolling_origin.R:105:3', 'test-rset.R:2:3', 'test-rset.R:52:3', 'test-rsplit.R:17:3', 'test-rsplit.R:49:3', 'test-rsplit.R:70:3', 'test-slide.R:151:3', 'test-slide.R:157:3', 'test-slide.R:172:3', 'test-slide.R:187:3', 'test-slide.R:202:3', 'test-slide.R:367:3', 'test-slide.R:374:3', 'test-slide.R:539:3', 'test-slide.R:546:3', 'test-validation_set.R:38:3', 'test-validation_split.R:4:3', 'test-validation_split.R:41:3', 'test-validation_split.R:90:3', 'test-validation_split.R:107:3', 'test-validation_split.R:165:3', 'test-validation_split.R:262:3', 'test-validation_split.R:283:3', 'test-vfold.R:72:3', 'test-vfold.R:78:3', 'test-vfold.R:108:3', 'test-vfold.R:126:3', 'test-vfold.R:138:3', 'test-vfold.R:157:3', 'test-vfold.R:283:3', 'test-vfold.R:331:3', 'test-vfold.R:433:3', 'test-vfold.R:460:3', 'test-vfold.R:464:3' [ FAIL 0 | WARN 0 | SKIP 83 | PASS 2978 ] > > proc.time() user system elapsed 79.78 6.89 86.78