R version 4.6.0 beta (2026-04-16 r89899 ucrt) -- "Because it was There" Copyright (C) 2026 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 194 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-anova-filter.R:3:1', 'test-anova-overall.R:2:3', 'test-anova-overall.R:28:3', 'test-anova-overall.R:51:3', 'test-anova-overall.R:74:1', 'test-race-control.R:15:1', 'test-race-control.R:41:1', 'test-sa-control.R:20:1', 'test-sa-control.R:57:1', 'test-sa-misc.R:6:3', 'test-sa-misc.R:80:1', 'test-sa-overall.R:4:3', 'test-sa-overall.R:32:3', 'test-sa-overall.R:57:3', 'test-sa-overall.R:125:3', 'test-sa-overall.R:166:3', 'test-sa-overall.R:221: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 194 ] > > proc.time() user system elapsed 37.64 1.07 38.70