R Under development (unstable) (2025-01-21 r87610 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(themis) 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("themis") [ FAIL 0 | WARN 0 | SKIP 76 | PASS 309 ] ══ Skipped tests (76) ══════════════════════════════════════════════════════════ • On CRAN (76): 'test-adasyn.R:11:3', 'test-adasyn.R:36:3', 'test-adasyn.R:58:3', 'test-adasyn.R:71:3', 'test-adasyn.R:251:3', 'test-adasyn.R:280:3', 'test-adasyn.R:290:3', 'test-adasyn.R:327:3', 'test-adasyn_impl.R:6:3', 'test-adasyn_impl.R:46:3', 'test-bsmote.R:47:3', 'test-bsmote.R:69:3', 'test-bsmote.R:82:3', 'test-bsmote.R:334:3', 'test-bsmote.R:370:3', 'test-bsmote.R:380:3', 'test-bsmote.R:417:3', 'test-bsmote_impl.R:6:3', 'test-bsmote_impl.R:46:3', 'test-downsample.R:2:3', 'test-downsample.R:26:3', 'test-downsample.R:190:3', 'test-downsample.R:229:3', 'test-downsample.R:252:3', 'test-downsample.R:262:3', 'test-downsample.R:299:3', 'test-extension_check.R:2:3', 'test-nearmiss.R:18:3', 'test-nearmiss.R:40:3', 'test-nearmiss.R:53:3', 'test-nearmiss.R:196:3', 'test-nearmiss.R:225:3', 'test-nearmiss.R:235:3', 'test-nearmiss.R:272:3', 'test-nearmiss_impl.R:2:3', 'test-rose.R:57:3', 'test-rose.R:79:3', 'test-rose.R:130:3', 'test-rose.R:218:3', 'test-rose.R:257:3', 'test-rose.R:267:3', 'test-rose.R:304:3', 'test-smote.R:11:3', 'test-smote.R:36:3', 'test-smote.R:58:3', 'test-smote.R:71:3', 'test-smote.R:247:3', 'test-smote.R:276:3', 'test-smote.R:286:3', 'test-smote.R:323:3', 'test-smote_impl.R:27:3', 'test-smote_impl.R:91:3', 'test-smotenc.R:11:3', 'test-smotenc.R:41:3', 'test-smotenc.R:75:3', 'test-smotenc.R:265:3', 'test-smotenc.R:294:3', 'test-smotenc.R:304:3', 'test-smotenc.R:341:3', 'test-smotenc_impl.R:2:3', 'test-tomek.R:18:3', 'test-tomek.R:40:3', 'test-tomek.R:55:3', 'test-tomek.R:140:3', 'test-tomek.R:157:3', 'test-tomek.R:167:3', 'test-tomek.R:204:3', 'test-tomek_impl.R:22:3', 'test-tomek_impl.R:61:3', 'test-upsample.R:2:3', 'test-upsample.R:26:3', 'test-upsample.R:189:3', 'test-upsample.R:228:3', 'test-upsample.R:251:3', 'test-upsample.R:261:3', 'test-upsample.R:298:3' [ FAIL 0 | WARN 0 | SKIP 76 | PASS 309 ] > > proc.time() user system elapsed 16.96 1.23 18.18