CRAN Package Check Results for Package arcgislayers

Last updated on 2025-06-05 12:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 4.70 41.42 46.12 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 3.21 30.15 33.36 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 73.39 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 69.62 OK
r-devel-windows-x86_64 0.4.0 5.00 62.00 67.00 OK
r-patched-linux-x86_64 0.4.0 4.83 40.10 44.93 OK
r-release-linux-x86_64 0.4.0 4.47 39.81 44.28 OK
r-release-macos-arm64 0.4.0 27.00 OK
r-release-macos-x86_64 0.4.0 51.00 OK
r-release-windows-x86_64 0.4.0 7.00 62.00 69.00 OK
r-oldrel-macos-arm64 0.4.0 34.00 OK
r-oldrel-macos-x86_64 0.4.0 47.00 OK
r-oldrel-windows-x86_64 0.4.0 8.00 172.00 180.00 ERROR

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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed get_layer_estimates 0.809 0.07 105.498 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: examples
Result: ERROR Running examples in 'arcgislayers-Ex.R' failed The error most likely occurred in: > ### 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 `arc_select()`: ! Can't determine the number of requested features. ℹ Did you set custom parameters via `...` or use an invalid `where` argument? Backtrace: ▆ 1. └─arcgislayers::arc_select(flayer, n_max = 5) 2. └─arcgislayers:::collect_layer(...) 3. └─arcgislayers:::count_results(...) 4. └─arcgislayers:::validate_results_count(...) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) Execution halted Flavor: r-oldrel-windows-x86_64