CRAN Package Check Results for Package FLAME

Last updated on 2026-06-07 20:51:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 3.73 139.91 143.64 OK
r-devel-linux-x86_64-debian-gcc 2.1.1 2.56 84.36 86.92 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.1 237.19 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1 242.00 OK
r-devel-windows-x86_64 2.1.1 5.00 149.00 154.00 OK
r-patched-linux-x86_64 2.1.1 3.41 130.55 133.96 OK
r-release-linux-x86_64 2.1.1 3.65 135.93 139.58 OK
r-release-macos-arm64 2.1.1 1.00 42.00 43.00 OK
r-release-macos-x86_64 2.1.1 3.00 179.00 182.00 OK
r-release-windows-x86_64 2.1.1 5.00 150.00 155.00 OK
r-oldrel-macos-arm64 2.1.1 OK
r-oldrel-macos-x86_64 2.1.1 2.00 151.00 153.00 OK
r-oldrel-windows-x86_64 2.1.1 6.00 202.00 208.00 OK

Check Details

Version: 2.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/55s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(FLAME) > > test_check("FLAME") Saving _problems/test_factors-82.R Saving _problems/test_missingness-38.R Saving _problems/test_missingness-107.R Saving _problems/test_one_covariate-56.R [ FAIL 4 | WARN 5 | SKIP 2 | PASS 4520 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): , ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_factors.R:81:3'): missing data 'impute' doesn't leave new levels ── Error: Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. Backtrace: ▆ 1. └─FLAME::FLAME(...) at test_factors.R:81:3 2. ├─base::do.call(...) 3. └─FLAME (local) `<fn>`(...) 4. └─FLAME:::preprocess(...) 5. └─FLAME:::check_args(...) ── Error ('test_missingness.R:37:3'): replaced values don't show ─────────────── Error: Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. Backtrace: ▆ 1. └─FLAME::FLAME(...) at test_missingness.R:37:3 2. ├─base::do.call(...) 3. └─FLAME (local) `<fn>`(...) 4. └─FLAME:::preprocess(...) 5. └─FLAME:::check_args(...) ── Error ('test_missingness.R:105:3'): missing option 3 works ────────────────── Error: Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. Backtrace: ▆ 1. └─FLAME::FLAME(...) at test_missingness.R:105:3 2. ├─base::do.call(...) 3. └─FLAME (local) `<fn>`(...) 4. └─FLAME:::preprocess(...) 5. └─FLAME:::check_args(...) ── Error ('test_one_covariate.R:55:3'): runs with 'impute' missingness ───────── Error: Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. Backtrace: ▆ 1. └─FLAME::FLAME(df, holdout, missing_data = "impute", missing_holdout = "impute") at test_one_covariate.R:55:3 2. ├─base::do.call(...) 3. └─FLAME (local) `<fn>`(...) 4. └─FLAME:::preprocess(...) 5. └─FLAME:::check_args(...) [ FAIL 4 | WARN 5 | SKIP 2 | PASS 4520 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘intro_to_AME.Rmd’ using rmarkdown Quitting from intro_to_AME.Rmd:325-329 [unnamed-chunk-32] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. --- Backtrace: ▆ 1. └─FLAME::DAME(data, holdout, missing_data = "impute", verbose = 0) 2. ├─base::do.call(AME, c(list(algo = "DAME", C = 0.1), input_args)) 3. └─FLAME (local) `<fn>`(...) 4. └─FLAME:::preprocess(...) 5. └─FLAME:::check_args(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'intro_to_AME.Rmd' failed with diagnostics: Package `mice` needed to impute missing values. Please install it or select different options for `missing_data`. --- failed re-building ‘intro_to_AME.Rmd’ SUMMARY: processing the following file failed: ‘intro_to_AME.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc