Last updated on 2024-11-14 03:49:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 4.27 | 41.79 | 46.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 3.04 | 29.03 | 32.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 2.44 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 2.44 | ERROR | |||
r-devel-windows-x86_64 | 0.3.1 | 6.00 | 67.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 3.86 | 38.99 | 42.85 | OK | |
r-release-linux-x86_64 | 0.3.1 | 3.58 | 38.83 | 42.41 | OK | |
r-release-macos-arm64 | 0.3.1 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 44.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 5.00 | 59.00 | 64.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 69.00 | 76.00 | OK |
Version: 0.3.1
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
Version: 0.3.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘arcpbf’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc