CRAN Package Check Results for Package dedupewider

Last updated on 2025-12-28 03:51:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.55 33.92 36.47 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 1.67 26.64 28.31 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 4.00 53.01 57.01 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 4.00 72.62 76.62 OK
r-devel-windows-x86_64 0.1.1 5.00 48.00 53.00 ERROR
r-patched-linux-x86_64 0.1.1 2.09 29.25 31.34 OK
r-release-linux-x86_64 0.1.1 2.00 29.74 31.74 OK
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 2.00 97.00 99.00 OK
r-release-windows-x86_64 0.1.1 5.00 49.00 54.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 2.00 107.00 109.00 OK
r-oldrel-windows-x86_64 0.1.1 3.00 58.00 61.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in 'dedupewider-Ex.R' failed The error most likely occurred in: > ### Name: dedupe_wide > ### Title: Dedupe across multiple columns > ### Aliases: dedupe_wide > > ### ** Examples > > x <- data.frame(tel_1 = c(111, 222, 444, 555), + tel_2 = c(222, 666, 666, 555), + name = paste0("name", 1:4)) > # rows 1, 2, 3 share the same phone numbers > > dedupe_wide(x, + cols_dedupe = c("tel_1", "tel_2"), + cols_expand = "name") Error in `[.data.table`(x_tmp, , `:=`(V1, list(list(....idx))), by = value) : attempt access index 2/2 in VECTOR_ELT Calls: dedupe_wide -> find_duplicated_indexes -> [ -> [.data.table Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(dedupewider) > > test_check("dedupewider") Saving _problems/test-dedupe_wide-31.R Saving _problems/test-dedupe_wide-43.R Saving _problems/test-dedupe_wide-56.R Saving _problems/test-dedupe_wide-69.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 19 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dedupe_wide.R:31:3'): no changes in df when empty or NA or no duplicates ── Error in ``[.data.table`(x_tmp, , `:=`(V1, list(list(....idx))), by = value)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(dedupe_wide(x, cols_dedupe), x) at test-dedupe_wide.R:31:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dedupewider::dedupe_wide(x, cols_dedupe) 5. └─dedupewider:::find_duplicated_indexes(x, cols_dedupe) 6. ├─x_tmp[, `:=`(V1, list(list(....idx))), by = value] 7. └─data.table:::`[.data.table`(...) ── Error ('test-dedupe_wide.R:43:3'): rows with NA are not duplicated ────────── Error in ``[.data.table`(x_tmp, , `:=`(V1, list(list(....idx))), by = value)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(nrow(dedupe_wide(x, cols_dedupe)), 3) at test-dedupe_wide.R:43:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(dedupe_wide(x, cols_dedupe)) 5. └─dedupewider::dedupe_wide(x, cols_dedupe) 6. └─dedupewider:::find_duplicated_indexes(x, cols_dedupe) 7. ├─x_tmp[, `:=`(V1, list(list(....idx))), by = value] 8. └─data.table:::`[.data.table`(...) ── Error ('test-dedupe_wide.R:56:3'): deduplication ──────────────────────────── Error in ``[.data.table`(x_tmp, , `:=`(V1, list(list(....idx))), by = value)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(nrow(dedupe_wide(x, cols_dedupe)), 1) at test-dedupe_wide.R:56:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::nrow(dedupe_wide(x, cols_dedupe)) 5. └─dedupewider::dedupe_wide(x, cols_dedupe) 6. └─dedupewider:::find_duplicated_indexes(x, cols_dedupe) 7. ├─x_tmp[, `:=`(V1, list(list(....idx))), by = value] 8. └─data.table:::`[.data.table`(...) ── Error ('test-dedupe_wide.R:67:3'): columns order ──────────────────────────── Error in ``[.data.table`(x_tmp, , `:=`(V1, list(list(....idx))), by = value)`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-dedupe_wide.R:67:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─dedupewider::dedupe_wide(x, paste0("tel_", 1:5), "name") 5. └─dedupewider:::find_duplicated_indexes(x, cols_dedupe) 6. ├─x_tmp[, `:=`(V1, list(list(....idx))), by = value] 7. └─data.table:::`[.data.table`(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 19 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'usage-and-algorithm-explained.Rmd' using rmarkdown Quitting from usage-and-algorithm-explained.Rmd:69-83 [usage-default] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 2/2 in VECTOR_ELT --- Backtrace: ▆ 1. └─dedupewider::dedupe_wide(...) 2. └─dedupewider:::find_duplicated_indexes(x, cols_dedupe) 3. ├─x_tmp[, `:=`(V1, list(list(....idx))), by = value] 4. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'usage-and-algorithm-explained.Rmd' failed with diagnostics: attempt access index 2/2 in VECTOR_ELT --- failed re-building 'usage-and-algorithm-explained.Rmd' SUMMARY: processing the following file failed: 'usage-and-algorithm-explained.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.