CRAN Package Check Results for Package arcgislayers

Last updated on 2026-03-11 12:53:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 5.10 52.56 57.66 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 2.75 39.31 42.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 9.00 87.00 96.00 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 8.00 84.82 92.82 OK
r-devel-macos-arm64 0.6.0 1.00 18.00 19.00 OK
r-devel-windows-x86_64 0.6.0 6.00 81.00 87.00 OK
r-patched-linux-x86_64 0.5.2 5.45 48.35 53.80 OK
r-release-linux-x86_64 0.6.0 4.13 48.17 52.30 OK
r-release-macos-arm64 0.6.0 1.00 18.00 19.00 OK
r-release-macos-x86_64 0.6.0 3.00 54.00 57.00 OK
r-release-windows-x86_64 0.6.0 6.00 68.00 74.00 OK
r-oldrel-macos-arm64 0.6.0 1.00 23.00 24.00 OK
r-oldrel-macos-x86_64 0.6.0 3.00 85.00 88.00 OK
r-oldrel-windows-x86_64 0.6.0 9.00 144.00 153.00 OK

Check Details

Version: 0.6.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) ℹ Query results limited to 5 out of 3144 available features. 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-gcc