* using log directory 'd:/Rcompile/CRANpkg/local/4.5/salty.Rcheck' * using R version 4.5.2 (2025-10-31 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'salty/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'salty' version '0.1.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'salty' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking R/sysdata.rda ... OK * checking examples ... [2s] ERROR Running examples in 'salty-Ex.R' failed The error most likely occurred in: > ### Name: salt_replace > ### Title: Replace certain patterns into some values in a vector > ### Aliases: salt_replace > > ### ** Examples > > > x <- c("Lorem ipsum dolor sit amet, consectetur adipiscing elit.", + "Nunc finibus tortor a elit eleifend interdum.", + "Maecenas aliquam augue sit amet ultricies placerat.") > > salt_replace(x, replacement_shaker$capitalization, p = 0.5, rep_p = 0.2) Error in `purrr::map2_chr()`: ℹ In index: 1. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (47), not length 1. Backtrace: ▆ 1. └─salty::salt_replace(...) 2. └─purrr::map2_chr(...) 3. └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 4. ├─purrr:::with_indexed_errors(...) 5. │ └─base::withCallingHandlers(...) 6. ├─purrr:::call_with_cleanup(...) 7. └─salty (local) .f(.x[[i]], .y[[i]], ...) 8. └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 9. └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 10. └─stringr:::str_transform_all(string, pattern, replacement) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [36s] ERROR Running 'testthat.R' [36s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(salty) > > test_check("salty") Saving _problems/test-replace-6.R Saving _problems/test-replace-6.R Saving _problems/test-wrappers-38.R Saving _problems/test-wrappers-38.R Saving _problems/test-wrappers-38.R [ FAIL 5 | WARN 0 | SKIP 0 | PASS 755 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-replace.R:6:7'): replace ocr_errors ──────────────────────────── Error in `map(battery, function(x) { salt_replace(x, replacements = selected_shaker, p = 0.5, rep_p = 1) })`: ℹ In index: 1. ℹ With name: fake_names. Caused by error in `purrr::map2_chr()`: ℹ In index: 2. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (2), not length 1. Backtrace: ▆ 1. ├─purrr::map(...) at test-replace.R:5:5 2. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 3. │ ├─purrr:::with_indexed_errors(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ ├─purrr:::call_with_cleanup(...) 6. │ └─salty (local) .f(.x[[i]], ...) 7. │ └─salty::salt_replace(...) at test-replace.R:6:7 8. │ └─purrr::map2_chr(...) 9. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 10. │ ├─purrr:::with_indexed_errors(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ ├─purrr:::call_with_cleanup(...) 13. │ └─salty (local) .f(.x[[i]], .y[[i]], ...) 14. │ └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 15. │ └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 16. │ └─stringr:::str_transform_all(string, pattern, replacement) 17. │ └─cli::cli_abort(...) 18. │ └─rlang::abort(...) 19. │ └─rlang:::signal_abort(cnd, .file) 20. │ └─base::signalCondition(cnd) 21. ├─purrr (local) ``(``) 22. │ └─cli::cli_abort(...) 23. │ └─rlang::abort(...) 24. │ └─rlang:::signal_abort(cnd, .file) 25. │ └─base::signalCondition(cnd) 26. └─purrr (local) ``(``) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) ── Error ('test-replace.R:6:7'): replace capitalization ──────────────────────── Error in `map(battery, function(x) { salt_replace(x, replacements = selected_shaker, p = 0.5, rep_p = 1) })`: ℹ In index: 1. ℹ With name: fake_names. Caused by error in `purrr::map2_chr()`: ℹ In index: 1. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (14), not length 1. Backtrace: ▆ 1. ├─purrr::map(...) at test-replace.R:5:5 2. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 3. │ ├─purrr:::with_indexed_errors(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ ├─purrr:::call_with_cleanup(...) 6. │ └─salty (local) .f(.x[[i]], ...) 7. │ └─salty::salt_replace(...) at test-replace.R:6:7 8. │ └─purrr::map2_chr(...) 9. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 10. │ ├─purrr:::with_indexed_errors(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ ├─purrr:::call_with_cleanup(...) 13. │ └─salty (local) .f(.x[[i]], .y[[i]], ...) 14. │ └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 15. │ └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 16. │ └─stringr:::str_transform_all(string, pattern, replacement) 17. │ └─cli::cli_abort(...) 18. │ └─rlang::abort(...) 19. │ └─rlang:::signal_abort(cnd, .file) 20. │ └─base::signalCondition(cnd) 21. ├─purrr (local) ``(``) 22. │ └─cli::cli_abort(...) 23. │ └─rlang::abort(...) 24. │ └─rlang:::signal_abort(cnd, .file) 25. │ └─base::signalCondition(cnd) 26. └─purrr (local) ``(``) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) ── Error ('test-wrappers.R:38:7'): replace capitalization ────────────────────── Error in `map(battery, function(x) { wrapper(x, p = 0.5, rep_p = 1) })`: ℹ In index: 1. ℹ With name: fake_names. Caused by error in `purrr::map2_chr()`: ℹ In index: 1. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (13), not length 1. Backtrace: ▆ 1. ├─purrr::map(...) at test-wrappers.R:37:5 2. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 3. │ ├─purrr:::with_indexed_errors(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ ├─purrr:::call_with_cleanup(...) 6. │ └─salty (local) .f(.x[[i]], ...) 7. │ └─salty (local) wrapper(x, p = 0.5, rep_p = 1) at test-wrappers.R:38:7 8. │ └─salty::salt_replace(...) 9. │ └─purrr::map2_chr(...) 10. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─salty (local) .f(.x[[i]], .y[[i]], ...) 15. │ └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 16. │ └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 17. │ └─stringr:::str_transform_all(string, pattern, replacement) 18. │ └─cli::cli_abort(...) 19. │ └─rlang::abort(...) 20. │ └─rlang:::signal_abort(cnd, .file) 21. │ └─base::signalCondition(cnd) 22. ├─purrr (local) ``(``) 23. │ └─cli::cli_abort(...) 24. │ └─rlang::abort(...) 25. │ └─rlang:::signal_abort(cnd, .file) 26. │ └─base::signalCondition(cnd) 27. └─purrr (local) ``(``) 28. └─cli::cli_abort(...) 29. └─rlang::abort(...) ── Error ('test-wrappers.R:38:7'): replace decimal_commas ────────────────────── Error in `map(battery, function(x) { wrapper(x, p = 0.5, rep_p = 1) })`: ℹ In index: 2. ℹ With name: null_names. Caused by error in `purrr::map2_chr()`: ℹ In index: 12. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (2), not length 1. Backtrace: ▆ 1. ├─purrr::map(...) at test-wrappers.R:37:5 2. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 3. │ ├─purrr:::with_indexed_errors(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ ├─purrr:::call_with_cleanup(...) 6. │ └─salty (local) .f(.x[[i]], ...) 7. │ └─salty (local) wrapper(x, p = 0.5, rep_p = 1) at test-wrappers.R:38:7 8. │ └─salty::salt_replace(...) 9. │ └─purrr::map2_chr(...) 10. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─salty (local) .f(.x[[i]], .y[[i]], ...) 15. │ └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 16. │ └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 17. │ └─stringr:::str_transform_all(string, pattern, replacement) 18. │ └─cli::cli_abort(...) 19. │ └─rlang::abort(...) 20. │ └─rlang:::signal_abort(cnd, .file) 21. │ └─base::signalCondition(cnd) 22. ├─purrr (local) ``(``) 23. │ └─cli::cli_abort(...) 24. │ └─rlang::abort(...) 25. │ └─rlang:::signal_abort(cnd, .file) 26. │ └─base::signalCondition(cnd) 27. └─purrr (local) ``(``) 28. └─cli::cli_abort(...) 29. └─rlang::abort(...) ── Error ('test-wrappers.R:38:7'): replace ocr ───────────────────────────────── Error in `map(battery, function(x) { wrapper(x, p = 0.5, rep_p = 1) })`: ℹ In index: 1. ℹ With name: fake_names. Caused by error in `purrr::map2_chr()`: ℹ In index: 9. Caused by error in `stringr::str_replace_all()`: ! `replacement` function must return a vector the same length as the input (2), not length 1. Backtrace: ▆ 1. ├─purrr::map(...) at test-wrappers.R:37:5 2. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 3. │ ├─purrr:::with_indexed_errors(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ ├─purrr:::call_with_cleanup(...) 6. │ └─salty (local) .f(.x[[i]], ...) 7. │ └─salty (local) wrapper(x, p = 0.5, rep_p = 1) at test-wrappers.R:38:7 8. │ └─salty::salt_replace(x, replacement_shaker$ocr_errors, p, rep_p) 9. │ └─purrr::map2_chr(...) 10. │ └─purrr:::map2_("character", .x, .y, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─salty (local) .f(.x[[i]], .y[[i]], ...) 15. │ └─salty:::selective_replacement(xc, replacements(i = si), rep_p) 16. │ └─stringr::str_replace_all(x, pattern = patterns, replacement = repfun) 17. │ └─stringr:::str_transform_all(string, pattern, replacement) 18. │ └─cli::cli_abort(...) 19. │ └─rlang::abort(...) 20. │ └─rlang:::signal_abort(cnd, .file) 21. │ └─base::signalCondition(cnd) 22. ├─purrr (local) ``(``) 23. │ └─cli::cli_abort(...) 24. │ └─rlang::abort(...) 25. │ └─rlang:::signal_abort(cnd, .file) 26. │ └─base::signalCondition(cnd) 27. └─purrr (local) ``(``) 28. └─cli::cli_abort(...) 29. └─rlang::abort(...) [ FAIL 5 | WARN 0 | SKIP 0 | PASS 755 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [33s] OK * checking HTML version of manual ... [4s] OK * DONE Status: 2 ERRORs