CRAN Package Check Results for Maintainer ‘Josiah Parry <josiah.parry at gmail.com>’

Last updated on 2024-05-02 08:02:25 CEST.

Package ERROR NOTE OK
arcgis 13
arcgislayers 2 11
arcgisutils 2 11
arcpbf 8 4
b64 8 4
rsgeo 8 4
trendyy 12

Package arcgis

Current CRAN status: OK: 13

Package arcgislayers

Current CRAN status: ERROR: 2, OK: 11

Version: 0.2.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: get_layer_estimates > ### Title: Get Estimates > ### Aliases: get_layer_estimates > > ### ** Examples > > furl <- paste0( + "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/", + "USA_Counties_Generalized_Boundaries/FeatureServer/0" + ) > > county_fl <- arc_open(furl) Error in `arc_open()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Failed writing received data to disk/application Backtrace: ▆ 1. └─arcgislayers::arc_open(furl) 2. └─arcgisutils::fetch_layer_metadata(url, token) 3. ├─httr2::resp_body_string(httr2::req_perform(req, error_call = call)) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(req, error_call = call) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. └─value[[3L]](cond) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Package arcgisutils

Current CRAN status: ERROR: 2, NOTE: 11

Version: 0.2.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘arcgisbinding’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘arcgisutils-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fetch_layer_metadata > ### Title: Retrieve metadata > ### Aliases: fetch_layer_metadata > > ### ** Examples > > # url is broken into parts to fit within 100 characters to avoid CRAN notes > url_parts <- c( + "https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services", + "/USA_Counties_Generalized_Boundaries/FeatureServer/0" + ) > > furl <- paste0(url_parts, collapse = "") > meta <- fetch_layer_metadata(furl) Error: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Failed writing received data to disk/application Backtrace: ▆ 1. └─arcgisutils::fetch_layer_metadata(furl) 2. ├─httr2::resp_body_string(httr2::req_perform(req, error_call = call)) 3. │ └─httr2:::check_response(resp) 4. │ └─httr2:::is_response(resp) 5. └─httr2::req_perform(req, error_call = call) 6. └─base::tryCatch(...) 7. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. └─value[[3L]](cond) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Package arcpbf

Current CRAN status: NOTE: 8, OK: 4

Version: 0.1.0
Check: compiled code
Result: NOTE File ‘arcpbf/libs/arcpbf.so’: Found non-API calls to R: ‘SET_ENCLOS’, ‘SET_ENVFLAGS’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: compiled code
Result: NOTE File 'arcpbf/libs/x64/arcpbf.dll': Found non-API calls to R: 'SET_ENCLOS', 'SET_ENVFLAGS', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: installed package size
Result: NOTE installed size is 7.9Mb sub-directories of 1Mb or more: libs 7.8Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package b64

Current CRAN status: NOTE: 8, OK: 4

Version: 0.1.0
Check: compiled code
Result: NOTE File ‘b64/libs/b64.so’: Found non-API calls to R: ‘SET_ENCLOS’, ‘SET_ENVFLAGS’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: compiled code
Result: NOTE File 'b64/libs/x64/b64.dll': Found non-API calls to R: 'SET_ENCLOS', 'SET_ENVFLAGS', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: installed package size
Result: NOTE installed size is 7.4Mb sub-directories of 1Mb or more: libs 7.3Mb Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package rsgeo

Current CRAN status: NOTE: 8, OK: 4

Version: 0.1.6
Check: compiled code
Result: NOTE File ‘rsgeo/libs/rsgeo.so’: Found non-API calls to R: ‘SET_ENCLOS’, ‘SET_ENVFLAGS’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.6
Check: installed package size
Result: NOTE installed size is 7.7Mb sub-directories of 1Mb or more: libs 6.9Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.6
Check: compiled code
Result: NOTE File 'rsgeo/libs/x64/rsgeo.dll': Found non-API calls to R: 'SET_ENCLOS', 'SET_ENVFLAGS', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Package trendyy

Current CRAN status: OK: 12

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.