Last updated on 2025-06-27 01:49:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 4.45 | 42.82 | 47.27 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.09 | 30.07 | 33.16 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 73.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 69.60 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 5.00 | 69.00 | 74.00 | OK | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 0.4.0 | 3.24 | 40.76 | 44.00 | OK | |
r-release-macos-arm64 | 0.4.0 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 51.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 6.00 | 62.00 | 68.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 7.00 | 72.00 | 79.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘arcgislayers-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_layer_estimates
> ### Title: Get Estimates
> ### Aliases: get_layer_estimates
>
> ### ** Examples
>
> furl <- paste0(
+ "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/",
+ "USA_Counties_Generalized_Boundaries/FeatureServer/0"
+ )
>
> county_fl <- arc_open(furl)
Error in `arc_open()`:
! Status code: 500
Error: Unauthorized access
ℹ Unauthorized access
Backtrace:
▆
1. └─arcgislayers::arc_open(furl)
2. └─arcgisutils::fetch_layer_metadata(url, token)
3. └─arcgisutils::detect_errors(meta, error_call = call)
4. └─rlang::abort(e_msg, call = error_call)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc