CRAN Package Check Results for Package parcats

Last updated on 2025-09-07 17:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 14.11 123.25 137.36 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 10.69 95.08 105.77 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 240.58 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 211.59 OK
r-devel-windows-x86_64 0.1.0 16.00 125.00 141.00 OK
r-patched-linux-x86_64 0.0.5 14.68 127.64 142.32 OK
r-release-linux-x86_64 0.1.0 13.75 126.14 139.89 OK
r-release-macos-arm64 0.1.0 62.00 OK
r-release-macos-x86_64 0.1.0 128.00 OK
r-release-windows-x86_64 0.1.0 17.00 126.00 143.00 OK
r-oldrel-macos-arm64 0.1.0 65.00 OK
r-oldrel-macos-x86_64 0.1.0 127.00 OK
r-oldrel-windows-x86_64 0.1.0 18.00 161.00 179.00 OK

Check Details

Version: 0.0.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [12s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(parcats) > library(easyalluvial) > > test_check("parcats") [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_parcats.R:10:5'): parcats_alluvial_wide ──────────────────────── Error in `if (imp == TRUE & is.null(data_input) & p$alluvial_type == "model_response") { stop("data_input required if imp == TRUE") } else if (p$alluvial_type != "model_response" | !imp) { imp = FALSE offset_imp = 1 }`: argument is of length zero Backtrace: ▆ 1. └─parcats::parcats(p, marginal_histograms = FALSE) at test_parcats.R:10:5 ── Error ('test_parcats.R:33:5'): parcats_alluvial_wide_num_only ─────────────── Error in `if (imp == TRUE & is.null(data_input) & p$alluvial_type == "model_response") { stop("data_input required if imp == TRUE") } else if (p$alluvial_type != "model_response" | !imp) { imp = FALSE offset_imp = 1 }`: argument is of length zero Backtrace: ▆ 1. └─parcats::parcats(p, data_input = df) at test_parcats.R:33:5 ── Error ('test_parcats.R:42:3'): parcats_params ─────────────────────────────── Error in `if (imp == TRUE & is.null(data_input) & p$alluvial_type == "model_response") { stop("data_input required if imp == TRUE") } else if (p$alluvial_type != "model_response" | !imp) { imp = FALSE offset_imp = 1 }`: argument is of length zero Backtrace: ▆ 1. └─parcats::parcats(...) at test_parcats.R:42:3 ── Error ('test_parcats.R:85:5'): parcats_alluvial_long ──────────────────────── Error in `if (imp == TRUE & is.null(data_input) & p$alluvial_type == "model_response") { stop("data_input required if imp == TRUE") } else if (p$alluvial_type != "model_response" | !imp) { imp = FALSE offset_imp = 1 }`: argument is of length zero Backtrace: ▆ 1. └─parcats::parcats(p, marginal_histograms = FALSE) at test_parcats.R:85:5 ── Error ('test_parcats.R:107:5'): parcats_alluvial_model_response ───────────── Error in `if (imp == TRUE & is.null(data_input) & p$alluvial_type == "model_response") { stop("data_input required if imp == TRUE") } else if (p$alluvial_type != "model_response" | !imp) { imp = FALSE offset_imp = 1 }`: argument is of length zero Backtrace: ▆ 1. └─parcats::parcats(p, marginal_histograms = FALSE, imp = FALSE) at test_parcats.R:107:5 [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang