Last updated on 2026-05-14 23:52:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 111.87 | 52.62 | 164.49 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 89.98 | 40.07 | 130.05 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 178.00 | 80.74 | 258.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 197.00 | 84.09 | 281.09 | OK | |
| r-devel-windows-x86_64 | 0.5.0 | 128.00 | 82.00 | 210.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 111.46 | 47.63 | 159.09 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 108.40 | 48.00 | 156.40 | OK | |
| r-release-macos-arm64 | 0.5.0 | 24.00 | 12.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 83.00 | 130.00 | 213.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 139.00 | 84.00 | 223.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.5.0 | 26.00 | 15.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.0 | 85.00 | 113.00 | 198.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 150.00 | 99.00 | 249.00 | OK |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in 'arcgisutils-Ex.R' failed
The error most likely occurred in:
> ### Name: fetch_layer_metadata
> ### Title: Retrieve metadata
> ### Aliases: fetch_layer_metadata
>
> ### ** Examples
>
> # url is broken into parts to fit within 100 characters to avoid CRAN notes
> url_parts <- c(
+ "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services",
+ "/USA_Counties_Generalized_Boundaries/FeatureServer/0"
+ )
>
> furl <- paste0(url_parts, collapse = "")
> meta <- fetch_layer_metadata(furl)
Error:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! SSL connect error [services.arcgis.com]:
Recv failure: Connection was reset
Backtrace:
▆
1. └─arcgisutils::fetch_layer_metadata(furl)
2. ├─httr2::resp_body_string(httr2::req_perform(req, error_call = call))
3. │ └─httr2:::check_response(resp)
4. │ └─httr2:::is_response(resp)
5. └─httr2::req_perform(req, error_call = call)
6. └─httr2:::handle_resp(req, resp, error_call = error_call)
7. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-release-windows-x86_64