CRAN Package Check Results for Package arcgisutils

Last updated on 2025-06-27 13:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 107.59 35.29 142.88 OK
r-devel-linux-x86_64-debian-gcc 0.3.3 90.02 26.23 116.25 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.3 224.71 OK
r-devel-linux-x86_64-fedora-gcc 0.3.3 221.31 OK
r-devel-windows-x86_64 0.3.3 127.00 64.00 191.00 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 0.3.3 110.43 31.48 141.91 OK
r-release-macos-arm64 0.3.3 65.00 OK
r-release-macos-x86_64 0.3.3 145.00 OK
r-release-windows-x86_64 0.3.3 135.00 65.00 200.00 OK
r-oldrel-macos-arm64 0.3.3 66.00 NOTE
r-oldrel-macos-x86_64 0.3.3 147.00 NOTE
r-oldrel-windows-x86_64 0.3.3 153.00 72.00 225.00 NOTE

Check Details

Version: 0.3.3
Check: examples
Result: ERROR Running examples in ‘arcgisutils-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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: ! Status code: 500 Error: Unauthorized access ℹ Unauthorized access Backtrace: ▆ 1. └─arcgisutils::fetch_layer_metadata(furl) 2. └─arcgisutils::detect_errors(meta, error_call = call) 3. └─rlang::abort(e_msg, call = error_call) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘arcgisbinding’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64