CRAN Package Check Results for Package arcgisutils

Last updated on 2024-11-14 05:49:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 115.86 32.76 148.62 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 85.69 23.36 109.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.1 292.22 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 296.11 OK
r-devel-windows-x86_64 0.3.1 118.00 65.00 183.00 OK
r-patched-linux-x86_64 0.3.1 107.86 30.55 138.41 NOTE
r-release-linux-x86_64 0.3.1 113.33 30.47 143.80 NOTE
r-release-macos-arm64 0.3.1 70.00 NOTE
r-release-macos-x86_64 0.3.1 111.00 NOTE
r-release-windows-x86_64 0.3.1 109.00 65.00 174.00 NOTE
r-oldrel-macos-arm64 0.3.1 73.00 NOTE
r-oldrel-macos-x86_64 0.3.1 116.00 NOTE
r-oldrel-windows-x86_64 0.3.1 139.00 69.00 208.00 NOTE

Check Details

Version: 0.3.1
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.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘arcgisbinding’ Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64