* using log directory ‘/Users/ripley/R/packages/tests-devel/finetune.Rcheck’ * using R Under development (unstable) (2026-04-17 r89911) * using platform: aarch64-apple-darwin25.4.0 * R was compiled by Apple clang version 21.0.0 (clang-2100.1.1.101) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.4.1 * using session charset: UTF-8 * current time: 2026-04-17 15:02:01 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘finetune/DESCRIPTION’ ... OK * this is package ‘finetune’ version ‘1.2.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘finetune’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘spelling.R’ Running ‘testthat.R’ [14s/14s] [14s/14s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > > 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") + } Saving _problems/test-anova-filter-64.R Saving _problems/test-condense_control-5.R Saving _problems/test-condense_control-17.R Saving _problems/test-race-control-37.R Saving _problems/test-race-s3-30.R Saving _problems/test-sa-control-53.R [ FAIL 6 | WARN 827 | SKIP 19 | PASS 114 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): '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-sa-control.R:20:1', 'test-sa-misc.R:4:3', 'test-sa-misc.R:78:1', '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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-anova-filter.R:61:3'): anova filtering and logging ───────────── Error in `tune_race_anova_workflow(wflow, resamples = resamples, grid = grid, metrics = metrics, eval_time = eval_time, param_info = param_info, control = control)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. ├─finetune::tune_race_anova(spec, mpg ~ ., folds, grid = grid) 2. └─finetune:::tune_race_anova.model_spec(spec, mpg ~ ., folds, grid = grid) 3. └─finetune:::tune_race_anova_workflow(...) 4. └─parsnip::condense_control(control, tune::control_grid()) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) ── Error ('test-condense_control.R:2:3'): control_race works with condense_control ── Error in `eval(code, test_env)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-condense_control.R:2:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─parsnip::condense_control(control_race(), control_grid()) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) ── Error ('test-condense_control.R:14:3'): control_sim_anneal works with condense_control ── Error in `eval(code, test_env)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-condense_control.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─parsnip::condense_control(control_sim_anneal(), control_grid()) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) ── Error ('test-race-control.R:37:3'): casting control_race to control_grid ──── Error in `eval(code, test_env)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. └─parsnip::condense_control(control_race(), control_grid()) 2. └─cli::cli_abort(...) 3. └─rlang::abort(...) ── Error ('test-race-s3.R:23:3'): racing S3 methods ──────────────────────────── Error in `tune_race_anova_workflow(wflow, resamples = resamples, grid = grid, metrics = metrics, eval_time = eval_time, param_info = param_info, control = control)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. ├─finetune::tune_race_anova(...) at test-race-s3.R:23:3 2. └─finetune:::tune_race_anova.model_spec(...) 3. └─finetune:::tune_race_anova_workflow(...) 4. └─parsnip::condense_control(control, tune::control_grid()) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) ── Error ('test-sa-control.R:50:3'): casting control_sim_anneal to control_grid ── Error in `eval(code, test_env)`: a object cannot be coerced to a object. i The argument `workflow_size` is missing. Backtrace: ▆ 1. └─parsnip::condense_control(control_sim_anneal(), control_grid()) 2. └─cli::cli_abort(...) 3. └─rlang::abort(...) [ FAIL 6 | WARN 827 | SKIP 19 | PASS 114 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/finetune.Rcheck/00check.log’ for details. 61.10 real 53.32 user 6.63 sys