CRAN Package Check Results for Package riem

Last updated on 2024-05-01 10:21:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 3.49 32.91 36.40 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 2.52 26.64 29.16 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 46.08 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 43.10 OK
r-devel-windows-x86_64 0.3.1 4.00 81.00 85.00 ERROR
r-patched-linux-x86_64 0.3.1 2.18 32.86 35.04 OK
r-release-linux-x86_64 0.3.1 3.15 33.05 36.20 OK
r-release-macos-arm64 0.3.1 23.00 OK
r-release-macos-x86_64 0.3.1 47.00 OK
r-release-windows-x86_64 0.3.1 3.00 47.00 50.00 OK
r-oldrel-macos-arm64 0.3.1 26.00 OK
r-oldrel-macos-x86_64 0.3.1 40.00 OK
r-oldrel-windows-x86_64 0.3.1 4.00 50.00 54.00 OK

Check Details

Version: 0.3.1
Check: tests
Result: ERROR Running 'testthat.R' [36s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(riem) > > test_check("riem") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 33 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-measures.R:50:3', 'test-networks.R:15:3', 'test-stations.R:15:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-measures.R:39:5'): riem_measures outputs warning if no results ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached: [mesonet.agron.iastate.edu] Failed to connect to mesonet.agron.iastate.edu port 443 after 10000 ms: Timeout was reached Backtrace: ▆ 1. ├─vcr::use_cassette(...) at test-measures.R:38:3 2. │ └─cassette$call_block(...) 3. ├─testthat::expect_warning(...) at test-measures.R:39:5 4. │ └─testthat:::expect_condition_matching(...) 5. │ └─testthat:::quasi_capture(...) 6. │ ├─testthat (local) .capture(...) 7. │ │ └─base::withCallingHandlers(...) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─riem::riem_measures(date_start = "3050-12-01", date_end = "3055-12-01") 10. │ └─riem:::perform_riem_request(...) 11. │ └─... %>% httr2::req_perform() 12. └─httr2::req_perform(.) 13. └─base::tryCatch(...) 14. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 15. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 16. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 33 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64