CRAN Package Check Results for Package finetune

Last updated on 2026-04-22 12:57:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 16.40 218.01 234.41 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 13.54 146.79 160.33 OK
r-devel-linux-x86_64-fedora-clang 1.3.0 32.00 360.53 392.53 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 28.00 321.48 349.48 OK
r-devel-macos-arm64 1.3.0 4.00 46.00 50.00 OK
r-devel-windows-x86_64 1.3.0 19.00 192.00 211.00 OK
r-patched-linux-x86_64 1.2.1 15.40 190.68 206.08 OK
r-release-linux-x86_64 1.2.1 15.23 172.10 187.33 ERROR
r-release-macos-arm64 1.3.0 4.00 47.00 51.00 OK
r-release-macos-x86_64 1.3.0 11.00 179.00 190.00 OK
r-release-windows-x86_64 1.3.0 17.00 199.00 216.00 OK
r-oldrel-macos-arm64 1.2.1 OK
r-oldrel-macos-x86_64 1.3.0 12.00 181.00 193.00 OK
r-oldrel-windows-x86_64 1.3.0 15.00 205.00 220.00 OK

Check Details

Version: 1.2.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [53s/67s] 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 <control_race> object cannot be coerced to a <control_grid> 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 <control_race> object cannot be coerced to a <control_grid> 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 <control_sim_anneal> object cannot be coerced to a <control_grid> 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 <control_race> object cannot be coerced to a <control_grid> 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 <control_race> object cannot be coerced to a <control_grid> 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 <control_sim_anneal> object cannot be coerced to a <control_grid> 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 Flavor: r-release-linux-x86_64