Last updated on 2026-04-24 13:17:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 149.74 | 37.07 | 186.81 | 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-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 | 120.00 | 89.00 | 209.00 | NOTE | |
| r-release-windows-x86_64 | 0.4.0 | 261.00 | 72.00 | 333.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 114.00 | 72.00 | 186.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 276.00 | 64.00 | 340.00 | OK |
Version: 0.4.0
Check: compiled code
Result: NOTE
File ‘arcgisgeocode/libs/arcgisgeocode.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-release-macos-x86_64
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-release-windows-x86_64