R Under development (unstable) (2024-03-24 r86185 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(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 3 | SKIP 49 | PASS 3038 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-boot.R:126:3', 'test-boot.R:152:3', 'test-boot.R:163:3', 'test-bootci.R:18:3', 'test-bootci.R:138:3', 'test-bootci.R:239:3', 'test-clustering.R:41:3', 'test-clustering.R:52:3', 'test-compat-vctrs.R:125:5', 'test-compat-vctrs.R:134:5', 'test-initial.R:35:3', 'test-initial.R:115: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-loo.R:25:3', 'test-make_groups.R:54:5', 'test-mc.R:81:3', 'test-mc.R:100:3', 'test-mc.R:151:3', 'test-mc.R:220:3', 'test-mc.R:224:3', 'test-misc.R:17:3', 'test-misc.R:136:5', 'test-misc.R:164:3', 'test-nesting.R:42:3', 'test-nesting.R:81:3', 'test-permutations.R:33:3', 'test-permutations.R:44:3', 'test-rsplit.R:37:3', 'test-rsplit.R:56:3', 'test-strata.R:37:3', 'test-validation.R:4:3', 'test-validation.R:41:3', 'test-validation.R:90:3', 'test-validation.R:107:3', 'test-validation.R:165:3', 'test-validation.R:269:3', 'test-validation_set.R:38:3', 'test-vfold.R:72:3', 'test-vfold.R:81:3', 'test-vfold.R:91:3', 'test-vfold.R:115:3', 'test-vfold.R:208:3', 'test-vfold.R:256:3', 'test-vfold.R:356:3', 'test-vfold.R:360:3' [ FAIL 0 | WARN 3 | SKIP 49 | PASS 3038 ] > > proc.time() user system elapsed 57.25 5.46 62.76