- using R version 4.6.0 (2026-04-24)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-20 18:02:28 UTC
- checking for file ‘ready4/DESCRIPTION’ ... OK
- this is package ‘ready4’ version ‘0.1.19’
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘ready4’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ 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 ... [2s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the package can be unloaded cleanly ... [2s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/3s] OK
- checking loading without being on the library search path ... [2s/2s] 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 ... [16s/20s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [4s/10s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [6s/13s] OK
Running ‘testthat.R’ [6s/12s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [36s/69s] ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘V_01.Rmd’ using rmarkdown
--- finished re-building ‘V_01.Rmd’
--- re-building ‘V_02.Rmd’ using rmarkdown
--- finished re-building ‘V_02.Rmd’
--- re-building ‘V_03.Rmd’ using rmarkdown
--- finished re-building ‘V_03.Rmd’
--- re-building ‘V_04.Rmd’ using rmarkdown
--- finished re-building ‘V_04.Rmd’
--- re-building ‘V_05.Rmd’ using rmarkdown
Quitting from V_05.Rmd:27-29 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr:::mutate_error>
Error in `dplyr::mutate()`:
ℹ In argument: `Examples = purrr::map2(...)`.
Caused by error in `purrr::map2()`:
ℹ In index: 45.
---
Backtrace:
▆
1. ├─ready4::make_modules_tb(gh_repo_1L_chr = "ready4-dev/ready4")
2. │ └─... %>% ...
3. ├─dplyr::mutate(...)
4. ├─dplyr:::mutate.data.frame(...)
5. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
6. │ ├─base::withCallingHandlers(...)
7. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
8. │ └─mask$eval_all_mutate(quo)
9. │ └─dplyr (local) eval()
10. ├─purrr::map2(...)
11. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
12. │ ├─purrr:::with_indexed_errors(...)
13. │ │ └─base::withCallingHandlers(...)
14. │ ├─purrr:::call_with_cleanup(...)
15. │ └─ready4 (local) .f(.x[[i]], .y[[i]], ...)
16. │ └─ready4::get_examples(.x, term_1L_chr = .y)
17. │ └─... %>% purrr::discard(is.na)
18. ├─purrr::discard(., is.na)
19. │ └─purrr:::where_if(.x, .p, ...)
20. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
21. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
22. ├─purrr::map_chr(...)
23. │ └─purrr:::map_("character", .x, .f, ..., .progress = .progress)
24. │ ├─purrr:::with_indexed_errors(...)
25. │ │ └─base::withCallingHandlers(...)
26. │ └─purrr:::call_with_cleanup(...)
27. ├─base::.handleSimpleError(...)
28. │ └─purrr (local) h(simpleError(msg, call))
29. │ └─cli::cli_abort(...)
30. │ └─rlang::abort(...)
31. │ └─rlang:::signal_abort(cnd, .file)
32. │ └─base::signalCondition(cnd)
33. └─purrr (local) `<fn>`(`<prrr_rr_>`)
34. └─cli::cli_abort(...)
---
Caused by error in `purrr::map_chr()`:
ℹ In index: 1.
Caused by error:
! Result must be length 1, not 0.
---
Backtrace:
▆
1. ├─ready4::make_modules_tb(gh_repo_1L_chr = "ready4-dev/ready4")
2. │ └─... %>% ...
3. ├─dplyr::mutate(...)
4. ├─dplyr:::mutate.data.frame(...)
5. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
6. │ ├─base::withCallingHandlers(...)
7. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
8. │ └─mask$eval_all_mutate(quo)
9. │ └─dplyr (local) eval()
10. ├─purrr::map2(...)
11. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
12. │ ├─purrr:::with_indexed_errors(...)
13. │ │ └─base::withCallingHandlers(...)
14. │ ├─purrr:::call_with_cleanup(...)
15. │ └─ready4 (local) .f(.x[[i]], .y[[i]], ...)
16. │ └─ready4::get_examples(.x, term_1L_chr = .y)
17. │ └─... %>% purrr::discard(is.na)
18. ├─purrr::discard(., is.na)
19. │ └─purrr:::where_if(.x, .p, ...)
20. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
21. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
22. └─purrr::map_chr(...)
23. └─purrr:::map_("character", .x, .f, ..., .progress = .progress)
24. ├─purrr:::with_indexed_errors(...)
25. │ └─base::withCallingHandlers(...)
26. └─purrr:::call_with_cleanup(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'V_05.Rmd' failed with diagnostics:
ℹ In argument: `Examples = purrr::map2(...)`.
Caused by error in `purrr::map2()`:
ℹ In index: 45.
Caused by error in `purrr::map_chr()`:
ℹ In index: 1.
Caused by error:
! Result must be length 1, not 0.
--- failed re-building ‘V_05.Rmd’
--- re-building ‘V_06.Rmd’ using rmarkdown
--- finished re-building ‘V_06.Rmd’
--- re-building ‘V_07.Rmd’ using rmarkdown
--- finished re-building ‘V_07.Rmd’
--- re-building ‘ready4.Rmd’ using rmarkdown
--- finished re-building ‘ready4.Rmd’
SUMMARY: processing the following file failed:
‘V_05.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [8s/13s] OK
- checking HTML version of manual ... [7s/12s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR