CRAN Package Check Results for Package gwavr

Last updated on 2025-05-10 20:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 10.43 84.31 94.74 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 7.77 58.06 65.83 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 154.00 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 146.77 OK
r-devel-windows-x86_64 0.3.2 12.00 92.00 104.00 OK
r-patched-linux-x86_64 0.3.2 9.88 77.26 87.14 OK
r-release-linux-x86_64 0.3.2 10.01 77.03 87.04 ERROR
r-release-macos-arm64 0.3.2 42.00 OK
r-release-macos-x86_64 0.3.2 71.00 OK
r-release-windows-x86_64 0.3.2 12.00 90.00 102.00 OK
r-oldrel-macos-arm64 0.3.2 45.00 OK
r-oldrel-macos-x86_64 0.3.2 68.00 OK
r-oldrel-windows-x86_64 0.3.2 16.00 116.00 132.00 OK

Check Details

Version: 0.3.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [3s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(gwavr) > > test_check("gwavr") [ FAIL 1 | WARN 2 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-nldi.R:1:1', 'test-usgs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-noaa.R:20:3'): noaa api ──────────────────────────────────────── <tibble_error_incompatible_size/tibble_error/rlang_error/error/condition> Error in `dplyr::tibble(quantiles = readr::parse_number(stringr::str_split(stringr::str_remove_all(noaa_pf_r[1], "\\,|\\[|\\]|quantiles = |;|'"), " ")[[1]]), upper = readr::parse_number(stringr::str_split(stringr::str_remove_all(noaa_pf_r[2], "\\,|\\[|\\]|upper = |;|'"), " ")[[1]]), lower = readr::parse_number(stringr::str_split(stringr::str_remove_all(noaa_pf_r[3], "\\,|\\[|\\]|lower = |;|'"), " ")[[1]]))`: Tibble columns must have compatible sizes. * Size 3: Existing data. * Size 2: Column `lower`. i Only values of size one are recycled. Backtrace: ▆ 1. └─dplyr::tibble(...) at test-noaa.R:20:3 2. └─tibble:::tibble_quos(xs, .rows, .name_repair) 3. └─tibble:::vectbl_recycle_rows(...) 4. └─tibble:::abort_incompatible_size(...) 5. └─tibble:::tibble_abort(...) 6. └─rlang::abort(x, class, ..., call = call, parent = parent, use_cli_format = TRUE) [ FAIL 1 | WARN 2 | SKIP 2 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64