CRAN Package Check Results for Package HurreconR

Last updated on 2025-11-14 00:50:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 3.63 41.12 44.75 OK
r-devel-linux-x86_64-debian-gcc 1.1 2.94 28.53 31.47 OK
r-devel-linux-x86_64-fedora-clang 1.1 19.00 55.88 74.88 OK
r-devel-linux-x86_64-fedora-gcc 1.1 19.00 67.67 86.67 ERROR
r-devel-windows-x86_64 1.1 7.00 53.00 60.00 OK
r-patched-linux-x86_64 1.1 4.25 38.39 42.64 OK
r-release-linux-x86_64 1.1 4.33 38.27 42.60 OK
r-release-macos-arm64 1.1 2.00 25.00 27.00 OK
r-release-macos-x86_64 1.1 4.00 53.00 57.00 OK
r-release-windows-x86_64 1.1 7.00 52.00 59.00 OK
r-oldrel-macos-arm64 1.1 2.00 23.00 25.00 OK
r-oldrel-macos-x86_64 1.1 3.00 43.00 46.00 OK
r-oldrel-windows-x86_64 1.1 7.00 65.00 72.00 OK

Check Details

Version: 1.1
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(HurreconR) > > test_check("HurreconR") Path set to /data/gannet/ripley/R/packages/tests-devel/HurreconR.Rcheck/HurreconR/ ... Modeling site ... 211 ms Saving _problems/test_HurreconR-15.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_HurreconR.R:14:1'): (code run outside of `test_that()`) ──────── Error in `expect_snapshot_value(hurrecon_summarize_site(hur_id = "AL1935-03", site_name = "Miami FL", hur_path = hur_path), test.expected, style = "serialize", cran = FALSE)`: `tolerance` must be a number, not the string "/data/gannet/ripley/R/packa...". Backtrace: ▆ 1. └─testthat::expect_snapshot_value(tolerance = test.expected) at test_HurreconR.R:14:1 2. └─testthat:::check_number_decimal(tolerance, min = 0) 3. └─testthat:::.stop_not_number(...) 4. └─testthat:::stop_input_type(...) 5. └─rlang::abort(message, ..., call = call, arg = arg) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc