CRAN Package Check Results for Package nhdplusTools

Last updated on 2025-03-13 15:51:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 14.84 200.52 215.36 OK
r-devel-linux-x86_64-debian-gcc 1.3.1 10.48 140.48 150.96 OK
r-devel-linux-x86_64-fedora-clang 1.3.1 333.73 OK
r-devel-linux-x86_64-fedora-gcc 1.3.1 400.24 OK
r-devel-macos-arm64 1.3.1 81.00 OK
r-devel-macos-x86_64 1.3.1 209.00 OK
r-devel-windows-x86_64 1.3.1 15.00 269.00 284.00 ERROR
r-patched-linux-x86_64 1.3.1 OK
r-release-linux-x86_64 1.3.1 14.22 180.14 194.36 OK
r-release-macos-arm64 1.3.1 107.00 NOTE
r-release-macos-x86_64 1.3.1 191.00 NOTE
r-release-windows-x86_64 1.3.1 16.00 186.00 202.00 NOTE
r-oldrel-macos-arm64 1.3.1 94.00 NOTE
r-oldrel-macos-x86_64 1.3.1 184.00 NOTE
r-oldrel-windows-x86_64 1.3.1 20.00 219.00 239.00 NOTE

Check Details

Version: 1.3.1
Check: examples
Result: ERROR Running examples in 'nhdplusTools-Ex.R' failed The error most likely occurred in: > ### Name: add_plus_network_attributes > ### Title: Add NHDPlus Network Attributes to a provided network. > ### Aliases: add_plus_network_attributes > > ### ** Examples > > > source(system.file("extdata", "walker_data.R", package = "nhdplusTools")) Error in curl::curl_fetch_disk(url, x$path, handle = handle): Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Request failed [ERROR]. Retrying in 1 seconds... Error in curl::curl_fetch_disk(url, x$path, handle = handle): Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Request failed [ERROR]. Retrying in 1.5 seconds... Error in curl::curl_fetch_disk(url, x$path, handle = handle) : Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Calls: source ... withVisible -> eval -> eval -> download_pkg_data -> <Anonymous> Execution halted Flavor: r-devel-windows-x86_64

Version: 1.3.1
Check: tests
Result: ERROR Running 'testthat.R' [96s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > > test_check("nhdplusTools") Loading required package: nhdplusTools Starting 2 test processes [ FAIL 4 | WARN 0 | SKIP 54 | PASS 319 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (54): 'test_01_get_nldi.R:5:3', 'test_01_get_nldi.R:25:3', 'test_01_get_nldi.R:85:3', 'test_01_get_nldi.R:122:3', 'test_01_get_nldi.R:140:3', 'test_01_get_nldi.R:176:3', 'test_01_get_nldi.R:224:3', 'test_00_plot_nhdplus.R:6:3', 'test_00_plot_nhdplus.R:90:3', 'test_00_plot_nhdplus.R:134:3', 'test_00_plot_nhdplus.R:164:3', 'test_00_plot_nhdplus.R:201:3', 'test_02_subset.R:135:3', 'test_02_subset.R:191:3', 'test_03_get_functions.R:21:3', 'test_03_get_functions.R:48:3', 'test_03_get_functions.R:71:3', 'test_03_get_functions.R:122:3', 'test_03_get_functions.R:193:3', 'test_03_get_functions.R:209:3', 'test_03_get_functions.R:222:3', 'test_03_get_functions.R:240:3', 'test_03_get_functions.R:247:3', 'test_arcrest.R:58:3', 'test_02_subset_extras.R:94:3', 'test_02_subset_extras.R:149:3', 'test_geoconnex.R:3:3', 'test_geoconnex.R:14:3', 'test_get_3dhp.R:3:3', 'test_get_nhdphr.R:3:3', 'test_get_nhdplus.R:8:3', 'test_get_nhdplus.R:29:3', 'test_get_nhdplus.R:49:3', 'test_get_nhdplushr.R:3:3', 'test_get_nhdplushr.R:23:3', 'test_get_nhdplushr.R:53:3', 'test_get_nhdplushr.R:80:3', 'test_get_nhdplushr.R:101:3', 'test_get_nhdplushr.R:147:3', 'test_get_nhdplushr.R:174:3', 'test_get_nhdplushr.R:196:3', 'test_get_codes.R:4:3', 'test_get_vaa.R:4:3', 'test_get_vaa.R:38:3', 'test_index.R:13:5', 'test_index.R:61:3', 'test_map_nhdplus.R:4:3', 'test_navigate.R:4:3', 'test_navigate.R:71:3', 'test_nhdplusTools.R:41:3', 'test_nhdplusTools.R:50:3', 'test_get_path.R:69:3', 'test_rescale_catchments.R:3:3', 'test_run_plus_attributes.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_00_plot_bbox_nhdplus.R:2:1'): (code run outside of `test_that()`) ── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─base::source(system.file("extdata/sample_data.R", package = "nhdplusTools")) at test_00_plot_bbox_nhdplus.R:2:1 2. │ ├─base::withVisible(eval(ei, envir)) 3. │ └─base::eval(ei, envir) 4. │ └─base::eval(ei, envir) 5. └─global download_pkg_data(...) 6. └─httr::RETRY(...) ── Error ('test_00_plot_integration_nhdplus.R:1:1'): (code run outside of `test_that()`) ── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─base::source(system.file("extdata/sample_data.R", package = "nhdplusTools")) at test_00_plot_integration_nhdplus.R:1:1 2. │ ├─base::withVisible(eval(ei, envir)) 3. │ └─base::eval(ei, envir) 4. │ └─base::eval(ei, envir) 5. └─global download_pkg_data(...) 6. └─httr::RETRY(...) ── Error ('test_00_plot_local_extra_nhdplus.R:1:1'): (code run outside of `test_that()`) ── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─base::source(system.file("extdata/sample_data.R", package = "nhdplusTools")) at test_00_plot_local_extra_nhdplus.R:1:1 2. │ ├─base::withVisible(eval(ei, envir)) 3. │ └─base::eval(ei, envir) 4. │ └─base::eval(ei, envir) 5. └─global download_pkg_data(...) 6. └─httr::RETRY(...) ── Error ('test_00_plot_local_nhdplus.R:1:1'): (code run outside of `test_that()`) ── <curl_error_operation_timedout/curl_error/error/condition> Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached [doi-usgs.github.io]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─base::source(system.file("extdata/sample_data.R", package = "nhdplusTools")) at test_00_plot_local_nhdplus.R:1:1 2. │ ├─base::withVisible(eval(ei, envir)) 3. │ └─base::eval(ei, envir) 4. │ └─base::eval(ei, envir) 5. └─global download_pkg_data(...) 6. └─httr::RETRY(...) [ FAIL 4 | WARN 0 | SKIP 54 | PASS 319 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.3.1
Check: installed package size
Result: NOTE installed size is 7.4Mb sub-directories of 1Mb or more: data 1.6Mb doc 5.1Mb Flavors: 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