- using R version 4.4.3 Patched (2026-02-12 r89426 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'wcde/DESCRIPTION' ... OK
- this is package 'wcde' version '0.0.7'
- 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 'wcde' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... 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 ... [1s] 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 ... [1s] OK
- checking loading without being on the library search path ... [0s] OK
- checking whether startup messages can be suppressed ... [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 ... [3s] 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [5s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [6s] OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [20s] ERROR
Error(s) in re-building vignettes:
--- re-building 'wcde.Rmd' using rmarkdown
Quitting from wcde.Rmd:203-207 [unnamed-chunk-18]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr:::mutate_error>
Error in `dplyr::mutate()`:
ℹ In argument: `d = purrr::map(.x = u, .f = ~read_with_progress(f =
.x))`.
Caused by error in `purrr::map()`:
ℹ In index: 3.
Caused by error in `readRDS()`:
! cannot open the connection to 'https://github.com/guyabel/wcde-data/raw/master/wcde-v2-single/2/etfr/76.rds'
---
Backtrace:
▆
1. ├─wcde::get_wcde(...)
2. │ ├─... %>% ...
3. │ └─wcde::get_wcde_single(...)
4. │ └─... %>% dplyr::ungroup()
5. ├─dplyr::left_join(., wic_locations_v, by = "isono")
6. ├─dplyr::mutate(., isono = as.numeric(isono))
7. ├─dplyr::ungroup(.)
8. ├─dplyr::reframe(., dplyr::bind_cols(d))
9. ├─dplyr::group_by(., scenario)
10. ├─dplyr::mutate(., d = purrr::map(.x = u, .f = ~read_with_progress(f = .x)))
11. ├─dplyr:::mutate.data.frame(., d = purrr::map(.x = u, .f = ~read_with_progress(f = .x)))
12. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
13. │ ├─base::withCallingHandlers(...)
14. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
15. │ └─mask$eval_all_mutate(quo)
16. │ └─dplyr (local) eval()
17. ├─purrr::map(.x = u, .f = ~read_with_progress(f = .x))
18. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
19. │ ├─purrr:::with_indexed_errors(...)
20. │ │ └─base::withCallingHandlers(...)
21. │ ├─purrr:::call_with_cleanup(...)
22. │ └─wcde (local) .f(.x[[i]], ...)
23. │ └─wcde (local) read_with_progress(f = .x)
24. │ └─f %>% url() %>% readRDS()
25. └─base::readRDS(.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'wcde.Rmd' failed with diagnostics:
ℹ In argument: `d = purrr::map(.x = u, .f = ~read_with_progress(f =
.x))`.
Caused by error in `purrr::map()`:
ℹ In index: 3.
Caused by error in `readRDS()`:
! cannot open the connection to 'https://github.com/guyabel/wcde-data/raw/master/wcde-v2-single/2/etfr/76.rds'
--- failed re-building 'wcde.Rmd'
SUMMARY: processing the following file failed:
'wcde.Rmd'
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [23s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 1 ERROR