CRAN Package Check Results for Package arcgislayers

Last updated on 2025-07-05 05:50:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 4.76 42.59 47.35 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 3.23 32.07 35.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 73.13 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 69.60 OK
r-devel-windows-x86_64 0.4.0 6.00 61.00 67.00 OK
r-patched-linux-x86_64 0.4.0 3.76 39.99 43.75 OK
r-release-linux-x86_64 0.4.0 4.25 39.73 43.98 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 71.00 79.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 `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-devel-linux-x86_64-debian-gcc