CRAN Package Check Results for Package retroharmonize

Last updated on 2025-12-19 14:50:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 7.55 130.25 137.80 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 4.94 87.86 92.80 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 13.00 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 122.14 ERROR
r-devel-windows-x86_64 0.2.0 9.00 236.00 245.00 NOTE
r-patched-linux-x86_64 0.2.0 7.97 118.66 126.63 NOTE
r-release-linux-x86_64 0.2.0 5.96 119.82 125.78 NOTE
r-release-macos-arm64 0.2.0 NOTE
r-release-macos-x86_64 0.2.0 5.00 131.00 136.00 NOTE
r-release-windows-x86_64 0.2.0 9.00 135.00 144.00 NOTE
r-oldrel-macos-arm64 0.2.0 NOTE
r-oldrel-macos-x86_64 0.2.0 5.00 92.00 97.00 NOTE
r-oldrel-windows-x86_64 0.2.0 13.00 170.00 183.00 NOTE

Check Details

Version: 0.2.0
Check: Rd files
Result: NOTE checkRd: (-1) harmonize_values.Rd:44: Lost braces; missing escapes or markup? 44 | \item{perl}{Use perl-like regex? Defaults to {FALSE}.} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘retroharmonize-Ex.R’ failed The error most likely occurred in: > ### Name: create_codebook > ### Title: Create a codebook > ### Aliases: create_codebook codebook_waves_create > > ### ** Examples > > create_codebook ( + survey = read_rds ( + system.file("examples", "ZA7576.rds", + package = "retroharmonize") + ) + ) Error in `bind_rows()`: ! Can't combine `..1$val_label_orig` <double> and `..2$val_label_orig` <character>. Backtrace: ▆ 1. ├─retroharmonize::create_codebook(...) 2. │ └─num_labels %>% bind_rows(char_labels) %>% ... 3. ├─dplyr::arrange(., .data$entry) 4. ├─dplyr::bind_rows(., char_labels) 5. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env()) 6. └─vctrs (local) `<fn>`() 7. └─vctrs::vec_default_ptype2(...) 8. ├─base::withRestarts(...) 9. │ └─base (local) withOneRestart(expr, restarts[[1L]]) 10. │ └─base (local) doWithOneRestart(return(expr), restart) 11. └─vctrs::stop_incompatible_type(...) 12. └─vctrs:::stop_incompatible(...) 13. └─vctrs:::stop_vctrs(...) 14. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(retroharmonize) > > test_check("retroharmonize") Saving _problems/test-codebook_create-12.R dbl+lbl [1:7] 1, 0, 1, 1, 0, 8, 9 @ labels : Named num [1:4] 1 0 8 9 ..- attr(*, "names")= chr [1:4] "TRUST" "NOT TRUST" "DON'T KNOW" "INAP. HERE" @ na_values: num [1:2] 8 9 Loading required package: dplyr Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'vctrs' The following object is masked from 'package:dplyr': data_frame Attaching package: 'rlang' The following object is masked from 'package:retroharmonize': as_character Survey ID: test Survey ID: test2 Survey ID: test2 Survey ID: test2 Survey ID: test [ FAIL 1 | WARN 23 | SKIP 3 | PASS 99 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-harmonize_na_values.R:18:3', 'test-labelled_spss_survey.R:136:1', 'test-subset_save_surveys.R:32:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-codebook_create.R:12:1'): (code run outside of `test_that()`) ── <vctrs_error_ptype2/vctrs_error_incompatible_type/vctrs_error_incompatible/vctrs_error/rlang_error/error/condition> Error in `bind_rows(., char_labels)`: Can't combine `..1$val_label_orig` <double> and `..2$val_label_orig` <character>. Backtrace: ▆ 1. ├─retroharmonize::create_codebook(metadata) at test-codebook_create.R:12:1 2. │ └─num_labels %>% bind_rows(char_labels) %>% ... 3. ├─dplyr::arrange(., .data$entry) 4. ├─dplyr::bind_rows(., char_labels) 5. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env()) 6. └─vctrs (local) `<fn>`() 7. └─vctrs::vec_default_ptype2(...) 8. ├─base::withRestarts(...) 9. │ └─base (local) withOneRestart(expr, restarts[[1L]]) 10. │ └─base (local) doWithOneRestart(return(expr), restart) 11. └─vctrs::stop_incompatible_type(...) 12. └─vctrs:::stop_incompatible(...) 13. └─vctrs:::stop_vctrs(...) 14. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) [ FAIL 1 | WARN 23 | SKIP 3 | PASS 99 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: installed package size
Result: NOTE installed size is 5.6Mb sub-directories of 1Mb or more: doc 1.1Mb examples 1.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64