CRAN Package Check Results for Package arcgisgeocode

Last updated on 2026-04-24 06:52:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 154.47 36.41 190.88 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 118.31 29.30 147.61 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 239.00 53.26 292.26 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 273.00 54.76 327.76 OK
r-devel-macos-arm64 0.4.0 37.00 6.00 43.00 OK
r-devel-windows-x86_64 0.4.0 261.00 72.00 333.00 ERROR
r-patched-linux-x86_64 0.4.0 152.23 35.05 187.28 OK
r-release-linux-x86_64 0.4.0 153.00 32.36 185.36 OK
r-release-macos-arm64 0.4.0 OK
r-release-macos-x86_64 0.4.0 114.00 72.00 186.00 OK
r-release-windows-x86_64 0.4.0 276.00 64.00 340.00 OK
r-oldrel-macos-arm64 0.4.0 OK
r-oldrel-macos-x86_64 0.4.0 110.00 55.00 165.00 OK
r-oldrel-windows-x86_64 0.4.0 315.00 79.00 394.00 OK

Check Details

Version: 0.4.0
Check: examples
Result: ERROR Running examples in 'arcgisgeocode-Ex.R' failed The error most likely occurred in: > ### Name: find_address_candidates > ### Title: Find Address Candidates > ### Aliases: find_address_candidates > > ### ** Examples > > candidates_from_single <- find_address_candidates( + single_line = "Bellwood Coffee, 1366 Glenwood Ave SE, Atlanta, GA, 30316, USA" + ) Error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Could not resolve hostname [geocode.arcgis.com]: Could not resolve host: geocode.arcgis.com Backtrace: ▆ 1. └─arcgisgeocode::find_address_candidates(single_line = "Bellwood Coffee, 1366 Glenwood Ave SE, Atlanta, GA, 30316, USA") 2. ├─arcgisgeocode:::check_geocoder(geocoder, call = rlang::caller_env()) 3. │ └─rlang::inherits_any(x, "GeocodeServer") 4. └─arcgisgeocode::default_geocoder() 5. └─arcgisgeocode::world_geocoder() 6. └─arcgisgeocode::geocode_server("https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer") 7. └─httr2::req_perform(b_req) 8. └─httr2:::handle_resp(req, resp, error_call = error_call) 9. └─rlang::cnd_signal(resp) Execution halted Flavor: r-devel-windows-x86_64