Last updated on 2026-09-18 09:59:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.76 | 34.99 | 36.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.47 | 28.68 | 30.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 24.97 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 29.97 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 5.00 | 63.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 1.37 | 28.67 | 30.04 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 1.80 | 29.50 | 31.30 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 28.00 | 29.00 | ERROR | |
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 61.00 | 63.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 56.00 | 60.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 41.00 | 42.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 1.00 | 64.00 | 65.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 64.00 | 69.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘actiwalkability-Ex.R’ failed
The error most likely occurred in:
> ### Name: acti_epa_walkability
> ### Title: Get EPA Walkability Index
> ### Aliases: acti_epa_walkability
>
> ### ** Examples
>
> ## Don't show:
> if (rlang::is_installed("arcgislayers")) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ acti_epa_walkability(c("240054519002", "240054026041", "245102303002"), geometry = FALSE)
+ ## Don't show:
+ }) # examplesIf
> acti_epa_walkability(c("240054519002", "240054026041", "245102303002"),
+ geometry = FALSE)
Error in `as_layer_class()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [geodata.epa.gov]:
Connection timed out after 10003 milliseconds
Backtrace:
▆
1. ├─base::withAutoprint(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. └─actiwalkability::acti_epa_walkability(...)
7. └─actiwalkability:::epa_arc()
8. └─actiwalkability:::acti_arc_open(url)
9. └─arcgislayers::arc_open(url)
10. └─arcgislayers:::as_layer_class(clear_url_query(url), token, layer_type)
11. └─arcgisutils::fetch_layer_metadata(url, token)
12. ├─httr2::resp_body_string(httr2::req_perform(req, error_call = call))
13. │ └─httr2:::check_response(resp)
14. │ └─httr2:::is_response(resp)
15. └─httr2::req_perform(req, error_call = call)
16. └─httr2:::handle_resp(req, resp, error_call = error_call)
17. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-release-macos-arm64