CRAN Package Check Results for Package arcpullr

Last updated on 2023-01-25 04:51:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.7 9.56 169.20 178.76 OK
r-devel-linux-x86_64-debian-gcc 0.2.7 6.32 122.82 129.14 OK
r-devel-linux-x86_64-fedora-clang 0.2.7 230.50 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.7 232.30 NOTE
r-devel-windows-x86_64 0.2.7 46.00 226.00 272.00 OK
r-patched-linux-x86_64 0.2.7 8.01 162.62 170.63 OK
r-release-linux-x86_64 0.2.7 8.78 155.89 164.67 ERROR
r-release-macos-arm64 0.2.7 89.00 NOTE
r-release-macos-x86_64 0.2.7 109.00 NOTE
r-release-windows-x86_64 0.2.7 32.00 217.00 249.00 OK
r-oldrel-macos-arm64 0.2.7 79.00 NOTE
r-oldrel-macos-x86_64 0.2.7 118.00 NOTE
r-oldrel-windows-ix86+x86_64 0.2.7 24.00 213.00 237.00 OK

Check Details

Version: 0.2.7
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘DT’ ‘bslib’ ‘methods’ ‘rgdal’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.2.7
Check: examples
Result: ERROR
    Running examples in ‘arcpullr-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: get_layers_by_spatial
    > ### Title: Retrieve ArcGIS REST API spatial layer by spatial query
    > ### Aliases: get_layers_by_spatial get_layer_by_poly get_layer_by_line
    > ### get_layer_by_point get_layer_by_multipoint get_layer_by_envelope
    > ### get_layer_by_spatial
    >
    > ### ** Examples
    >
    > base_wdnr_url <- "https://dnrmaps.wi.gov/arcgis/rest/services/"
    > hydro_path <- "WT_SWDV/WT_Inland_Water_Resources_WTM_Ext_v2/MapServer/2"
    > hydro_url <- paste0(base_wdnr_url, hydro_path)
    > mke_waters <- get_layer_by_poly(url = hydro_url, mke_county)
    Error in if (layer_info$type == "Group Layer") { :
     argument is of length zero
    Calls: get_layer_by_poly -> get_layer_by_spatial -> get_spatial_layer
    Execution halted
Flavor: r-release-linux-x86_64