CRAN Package Check Results for Package arcgislayers

Last updated on 2025-09-19 21:49:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 4.74 44.89 49.63 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.0 3.18 45.89 49.07 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 111.97 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 111.58 OK
r-devel-windows-x86_64 0.4.0 6.00 62.00 68.00 OK
r-patched-linux-x86_64 0.4.0 4.72 41.36 46.08 OK
r-release-linux-x86_64 0.4.0 3.47 41.25 44.72 OK
r-release-macos-arm64 0.5.0 102.00 OK
r-release-macos-x86_64 0.5.0 131.00 OK
r-release-windows-x86_64 0.4.0 6.00 61.00 67.00 OK
r-oldrel-macos-arm64 0.5.0 102.00 OK
r-oldrel-macos-x86_64 0.5.0 125.00 OK
r-oldrel-windows-x86_64 0.4.0 8.00 74.00 82.00 OK

Check Details

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: 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 in x[[1]] : subscript out of bounds Calls: arc_select ... <Anonymous> -> post_process_pbf -> post_process_list Execution halted Flavor: r-devel-linux-x86_64-debian-clang