- using R version 4.6.1 (2026-06-24)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-09-17 00:25:21 UTC
- checking for file ‘actiwalkability/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘actiwalkability’ version ‘0.1.0’
- 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 whether package ‘actiwalkability’ can be installed ... [1s/1s] 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 ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] 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 ... [0s/1s] OK
- checking Rd files ... [0s/0s] 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [0s/10s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [1s/4s] OK
Running ‘testthat.R’ [1s/4s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [4s/4s] OK
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 1 ERROR