R Under development (unstable) (2025-08-23 r88688 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(cvms) > > if (require("xpectr")) { + test_check("cvms") + } Loading required package: xpectr [ FAIL 0 | WARN 0 | SKIP 71 | PASS 3592 ] ══ Skipped tests (71) ══════════════════════════════════════════════════════════ • Fails in check - IMPROVE THESE TESTS (1): 'test_example_functions.R:7:3' • On CRAN (58): 'test_baseline.R:9:3', 'test_baseline.R:630:3', 'test_baseline.R:921:3', 'test_baseline.R:1218:3', 'test_baseline.R:1518:3', 'test_baseline.R:3602:3', 'test_baseline.R:3694:3', 'test_cross_validate.R:126:3', 'test_cross_validate.R:230:3', 'test_cross_validate.R:702:3', 'test_cross_validate.R:903:3', 'test_cross_validate.R:937:3', 'test_cross_validate.R:987:3', 'test_cross_validate.R:1213:3', 'test_cross_validate.R:1486:3', 'test_cross_validate.R:1827:3', 'test_cross_validate.R:2168:3', 'test_cross_validate.R:2363:3', 'test_cross_validate.R:2479:3', 'test_cross_validate.R:3106:3', 'test_cross_validate.R:3184:3', 'test_cross_validate_fn.R:101:3', 'test_cross_validate_fn.R:512:3', 'test_cross_validate_fn.R:752:3', 'test_cross_validate_fn.R:961:3', 'test_cross_validate_fn.R:1048:3', 'test_cross_validate_fn.R:1300:3', 'test_cross_validate_fn.R:1411:3', 'test_cross_validate_fn.R:1544:3', 'test_cross_validate_fn.R:1944:3', 'test_cross_validate_fn.R:2053:3', 'test_cross_validate_fn.R:2240:3', 'test_cross_validate_fn.R:2517:3', 'test_cross_validate_fn.R:2566:3', 'test_cross_validate_fn.R:2607:3', 'test_cross_validate_fn.R:3276:3', 'test_cross_validate_fn.R:3341:3', 'test_cross_validate_fn.R:3409:3', 'test_cross_validate_fn.R:3469:3', 'test_evaluate.R:3845:3', 'test_evaluate.R:4268:3', 'test_evaluate.R:4767:3', 'test_evaluate.R:5412:3', 'test_most_challenging.R:8:3', 'test_most_challenging.R:369:3', 'test_most_challenging.R:742:3', 'test_most_challenging.R:1502:3', 'test_select_definitions.R:7:3', 'test_select_metrics.R:7:3', 'test_select_metrics.R:573:3', 'test_validate.R:114:3', 'test_validate.R:279:3', 'test_validate.R:413:3', 'test_validate.R:648:3', 'test_validate_fn.R:185:3', 'test_validate_fn.R:828:3', 'test_validate_fn.R:2195:3', 'test_validate_fn.R:3079:3' • Skipping check for CRAN release due to r_hub failure (1): 'test_combine_predictors.R:259:3' • Skipping parallel tests (3): 'test_parallelization.R:11:3', 'test_parallelization.R:56:3', 'test_parallelization.R:141:3' • Skipping test as R version is > 4.2. (1): 'test_cross_validate_fn.R:469:3' • empty test (1): 'test_parallelization.R:99:1' • keras and tensorflow take too long and have too many dependencies (1): 'test_cross_validate_fn.R:2325:3' • mac and ubuntu give different warnings (4): 'test_cross_validate.R:564:3', 'test_cross_validate.R:632:3', 'test_helpers.R:42:3', 'test_helpers.R:287:3' • tidymodels have too many dependencies (1): 'test_cross_validate_fn.R:2452:3' [ FAIL 0 | WARN 0 | SKIP 71 | PASS 3592 ] > > proc.time() user system elapsed 81.29 4.34 84.12