Last updated on 2026-05-03 19:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 3.94 | 47.29 | 51.23 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 2.51 | 33.93 | 36.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 7.00 | 69.39 | 76.39 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 84.29 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.3 | 9.00 | 74.00 | 83.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.3 | 4.03 | 42.83 | 46.86 | ERROR | |
| r-release-linux-x86_64 | 0.1.3 | 3.69 | 42.43 | 46.12 | ERROR | |
| r-release-macos-arm64 | 0.1.3 | 1.00 | 75.00 | 76.00 | ERROR | |
| r-release-macos-x86_64 | 0.1.3 | 3.00 | 127.00 | 130.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.3 | 6.00 | 62.00 | 68.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 3.00 | 57.00 | 60.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 8.00 | 73.00 | 81.00 | ERROR |
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘example.Rmd’ using rmarkdown
Quitting from example.Rmd:128-148 [unnamed-chunk-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/vctrs_error_subscript_oob>
Error in `select()`:
! Can't select columns that don't exist.
✖ Column `LAU_NAT` doesn't exist.
---
Backtrace:
▆
1. ├─dplyr::select(hu_data, POSTCODE, LAU_NAT)
2. └─sf:::select.sf(hu_data, POSTCODE, LAU_NAT)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'example.Rmd' failed with diagnostics:
Can't select columns that don't exist.
✖ Column `LAU_NAT` doesn't exist.
--- failed re-building ‘example.Rmd’
SUMMARY: processing the following file failed:
‘example.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘example.Rmd’ using rmarkdown
Quitting from example.Rmd:128-148 [unnamed-chunk-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/vctrs_error_subscript_oob>
Error in `select()`:
! Can't select columns that don't exist.
✖ Column `LAU_NAT` doesn't exist.
---
Backtrace:
▆
1. ├─dplyr::select(hu_data, POSTCODE, LAU_NAT)
2. └─sf:::select.sf(hu_data, POSTCODE, LAU_NAT)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'example.Rmd' failed with diagnostics:
Can't select columns that don't exist.
✖ Column `LAU_NAT` doesn't exist.
--- failed re-building ‘example.Rmd’
SUMMARY: processing the following file failed:
‘example.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'eudata-Ex.R' failed
The error most likely occurred in:
> ### Name: get_content
> ### Title: Get content from the API
> ### Aliases: get_content
>
> ### ** Examples
>
> api <- get_topic("Postal")
> files <- get_latest_files(api)$csv
Error in `req_perform()`:
! HTTP 404 Not Found.
Backtrace:
▆
1. └─eudata::get_latest_files(api)
2. ├─dplyr::last(get_datasets(api))
3. │ └─dplyr::nth(x, -1L, order_by = order_by, default = default, na_rm = na_rm)
4. │ └─vctrs::vec_size(x)
5. └─eudata::get_datasets(api)
6. ├─tibble::as_tibble(...)
7. ├─purrr::list_transpose(...)
8. │ └─vctrs::obj_check_list(x)
9. ├─httr2::resp_body_json(...)
10. │ └─httr2:::check_response(resp)
11. │ └─httr2:::is_response(resp)
12. └─httr2::req_perform(req_cache(req_url_path_append(api, "datasets.json"), path = cache_dir()))
13. └─httr2:::handle_resp(req, resp, error_call = error_call)
14. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
15. ├─rlang::catch_cnd(...)
16. │ ├─rlang::eval_bare(...)
17. │ ├─base::tryCatch(...)
18. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
19. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
20. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
21. │ └─base::force(expr)
22. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'example.Rmd' using rmarkdown
Quitting from example.Rmd:119-126 [unnamed-chunk-10]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/httr2_http_404>
Error in `req_perform()`:
! HTTP 404 Not Found.
---
Backtrace:
▆
1. ├─base::grep("_4326", get_latest_files(api)$gpkg, value = TRUE)
2. │ └─base::is.factor(x)
3. └─eudata::get_latest_files(api)
4. ├─dplyr::last(get_datasets(api))
5. │ └─dplyr::nth(x, -1L, order_by = order_by, default = default, na_rm = na_rm)
6. │ └─vctrs::vec_size(x)
7. └─eudata::get_datasets(api)
8. ├─tibble::as_tibble(...)
9. ├─purrr::list_transpose(...)
10. │ └─vctrs::obj_check_list(x)
11. ├─httr2::resp_body_json(...)
12. │ └─httr2:::check_response(resp)
13. │ └─httr2:::is_response(resp)
14. └─httr2::req_perform(req_cache(req_url_path_append(api, "datasets.json"), path = cache_dir()))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'example.Rmd' failed with diagnostics:
HTTP 404 Not Found.
--- failed re-building 'example.Rmd'
SUMMARY: processing the following file failed:
'example.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64