R Under development (unstable) (2025-05-18 r88216 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. > > suppressPackageStartupMessages(library(finetune)) > > # CRAN wants packages to be able to be check without the Suggests dependencies > if (rlang::is_installed(c("modeldata", "lme4", "testthat"))) { + suppressPackageStartupMessages(library(testthat)) + test_check("finetune") + } [ FAIL 0 | WARN 0 | SKIP 22 | PASS 125 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-anova-filter.R:61:3', 'test-anova-overall.R:2:3', 'test-anova-overall.R:28:3', 'test-anova-overall.R:51:3', 'test-anova-overall.R:79:3', 'test-race-control.R:16:3', 'test-race-control.R:37:3', 'test-sa-control.R:21:3', 'test-sa-control.R:50:3', 'test-sa-misc.R:4:3', 'test-sa-misc.R:79:3', 'test-sa-overall.R:2:3', 'test-sa-overall.R:25:3', 'test-sa-overall.R:50:3', 'test-sa-overall.R:108:3', 'test-sa-overall.R:147:3', 'test-sa-overall.R:202:3', 'test-win-loss-filter.R:2:3', 'test-win-loss-overall.R:2:3', 'test-win-loss-overall.R:25:3', 'test-win-loss-overall.R:46:3', 'test-win-loss-overall.R:67:3' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 125 ] > > proc.time() user system elapsed 24.35 1.29 25.70