Last updated on 2025-09-12 01:53:25 CEST.
Package | ERROR | OK |
---|---|---|
gwavr | 2 | 11 |
whitewater | 13 |
Current CRAN status: ERROR: 2, OK: 11
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gwavr)
>
> test_check("gwavr")
[ FAIL 1 | WARN 0 | 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:12:3'): noaa api ────────────────────────────────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached [hdsc.nws.noaa.gov]:
Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. ├─httr::GET(...) at test-noaa.R:12:3
2. │ └─httr:::request_perform(req, hu$handle$handle)
3. │ ├─httr:::request_fetch(req$output, req$url, handle)
4. │ └─httr:::request_fetch.write_disk(req$output, req$url, handle)
5. │ └─curl::curl_fetch_disk(url, x$path, handle = handle)
6. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.2
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [38s]
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-oldrel-windows-x86_64
Current CRAN status: OK: 13