CRAN Package Check Results for Package arcgislayers

Last updated on 2025-10-30 02:48:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 4.24 51.82 56.06 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 3.27 36.92 40.19 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.2 78.94 OK
r-devel-linux-x86_64-fedora-gcc 0.5.2 84.74 OK
r-devel-windows-x86_64 0.5.1 5.00 71.00 76.00 OK
r-patched-linux-x86_64 0.5.2 5.22 48.37 53.59 OK
r-release-linux-x86_64 0.5.1 4.86 49.11 53.97 OK
r-release-macos-arm64 0.5.2 2.00 29.00 31.00 OK
r-release-macos-x86_64 0.5.2 9.00 93.00 102.00 OK
r-release-windows-x86_64 0.5.2 9.00 87.00 96.00 OK
r-oldrel-macos-arm64 0.5.2 3.00 33.00 36.00 OK
r-oldrel-macos-x86_64 0.5.2 11.00 91.00 102.00 OK
r-oldrel-windows-x86_64 0.5.1 5.00 85.00 90.00 OK

Check Details

Version: 0.5.2
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: ! 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:::count_results(...) 3. └─cli::cli_abort(...) 4. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc