Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Ákos Bede-Fazekas ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: Fazekas (13:10) Somodi (12:68) al (13:21) et (13:18) transferability (11:25) CRAN repository db overrides: X-CRAN-Comment: Archived on 2025-08-25 as errors were not corrected in time. Check: tests, Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(confcons) > requireNamespace("ROCR", quietly = TRUE) > > test_check("confcons") [ FAIL 9 | WARN 0 | SKIP 0 | PASS 117 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_confidence.R:16:7'): returns expexted value for normal parameters - small example ── Error in `expect_vector(object = confidence(observations = observations, predictions = predictions, thresholds = thresholds, type = "positive"), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_confidence.R:16:49 2. └─rlang::check_installed("vctrs") ── Error ('test_confidence.R:61:7'): returns expexted value for normal parameters - long example - logical ── Error in `expect_vector(object = confidence(observations = observations_1000_logical, predictions = predictions_1000), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_confidence.R:61:49 2. └─rlang::check_installed("vctrs") ── Error ('test_confidence.R:88:7'): returns expexted value for normal parameters - long example - integer ── Error in `expect_vector(object = confidence(observations = observations_4000_integer, predictions = predictions_4000, type = "positive"), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_confidence.R:88:49 2. └─rlang::check_installed("vctrs") ── Error ('test_consistence.R:7:7'): returns expexted value for normal parameters - small example ── Error in `expect_vector(object = consistency(conf_train = conf_train, conf_eval = conf_eval), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_consistence.R:7:49 2. └─rlang::check_installed("vctrs") ── Error ('test_measures.R:13:7'): returns expexted value for normal parameters - default parameterization ── Error in `expect_vector(object = measures(observations = observations, predictions = predictions, evaluation_mask = evaluation_mask), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_measures.R:13:49 2. └─rlang::check_installed("vctrs") ── Error ('test_thresholds.R:7:7'): returns expexted value for normal parameters - small example ── Error in `expect_vector(object = thresholds(observations = observations, predictions = predictions), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_thresholds.R:7:49 2. └─rlang::check_installed("vctrs") ── Error ('test_thresholds.R:28:7'): returns expexted value for normal parameters - long example - logical ── Error in `expect_vector(object = thresholds(observations = observations, predictions = predictions), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_thresholds.R:28:49 2. └─rlang::check_installed("vctrs") ── Error ('test_thresholds.R:49:7'): returns expexted value for normal parameters - long example - integer ── Error in `expect_vector(object = thresholds(observations = observations, predictions = predictions), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_thresholds.R:49:49 2. └─rlang::check_installed("vctrs") ── Error ('test_thresholds.R:112:7'): type = "information" ───────────────────── Error in `expect_vector(object = thresholds(observations = observations, predictions = predictions, type = "information"), ptype = numeric(length = 0))`: The package "vctrs" is required. Backtrace: ▆ 1. └─testthat::expect_vector(...) at test_thresholds.R:112:49 2. └─rlang::check_installed("vctrs") [ FAIL 9 | WARN 0 | SKIP 0 | PASS 117 ] Error: Test failures Execution halted