Last updated on 2026-04-16 10:50:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 4.85 | 53.60 | 58.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.07 | 39.48 | 42.55 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 8.00 | 79.62 | 87.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 8.00 | 81.02 | 89.02 | OK | |
| r-devel-macos-arm64 | 0.6.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-devel-windows-x86_64 | 0.6.0 | 7.00 | 70.00 | 77.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 4.38 | 49.34 | 53.72 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 5.18 | 47.67 | 52.85 | OK | |
| r-release-macos-arm64 | 0.6.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 3.00 | 54.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 8.00 | 70.00 | 78.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 3.00 | 85.00 | 88.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 10.00 | 84.00 | 94.00 | ERROR |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in 'arcgislayers-Ex.R' failed
The error most likely occurred in:
> ### Name: set_layer_aliases
> ### Title: Set column labels or names based FeatureLayer or Table data
> ### frame field aliases
> ### Aliases: set_layer_aliases
>
> ### ** Examples
>
> furl <- paste0(
+ "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/",
+ "rest/services/USA_Counties_Generalized_Boundaries/FeatureServer/0"
+ )
>
> # open the feature service
> flayer <- arc_open(furl)
>
> # select first five rows
> five_counties <- arc_select(flayer, n_max = 5)
Error:
! HTTP 503 Service Unavailable.
Backtrace:
▆
1. └─arcgislayers::arc_select(flayer, n_max = 5)
2. └─arcgislayers:::count_results(...)
3. ├─httr2::resp_body_string(...)
4. │ └─httr2:::check_response(resp)
5. │ └─httr2:::is_response(resp)
6. └─httr2::req_perform(httr2::req_url_query(n_req, f = "json"), error_call = error_call)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
Execution halted
Flavor: r-oldrel-windows-x86_64