CRAN Package Check Results for Package riem

Last updated on 2024-07-24 12:21:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 3.06 33.87 36.93 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 2.45 26.34 28.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.1 47.85 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.1 45.26 ERROR
r-devel-windows-x86_64 0.3.1 4.00 47.00 51.00 OK
r-patched-linux-x86_64 0.3.1 3.12 32.93 36.05 OK
r-release-linux-x86_64 0.3.1 2.80 32.21 35.01 OK
r-release-macos-arm64 0.3.1 23.00 OK
r-release-macos-x86_64 0.3.1 33.00 OK
r-release-windows-x86_64 0.3.1 4.00 48.00 52.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 5.00 51.00 56.00 OK

Check Details

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/7s] 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 ── Error: 'RequestHandlerHttr2' is not an exported object from 'namespace:vcr' 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. └─webmockr (local) mock(req) 14. └─Httr2Adapter$new()$handle_request(.x) 15. └─private$request_handler(req) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 33 ] Error: Test failures Execution halted Ran 2/2 deferred expressions Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/14s] 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 ── Error: ================================================================================ An HTTP request has been made that vcr does not know how to handle: GET https://mesonet.agron.iastate.edu/cgi-bin/request/asos.py/?station=VOHY&data=all&year1=3050&month1=12&day1=1&year2=3055&month2=12&day2=1&format=tdf&latlon=yes&tz=UTC vcr is currently using the following cassette: - ../fixtures/measures-warnings.yml - record_mode: once - match_requests_on: method, uri Set `VCR_VERBOSE_ERRORS=TRUE` for more verbose errors If you're not sure what to do, open an issue https://github.com/ropensci/vcr/issues & see https://books.ropensci.org/http-testing ================================================================================ 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. └─webmockr (local) mock(req) 14. └─Httr2Adapter$new()$handle_request(.x) 15. └─private$request_handler(req)$handle() 16. └─eval(parse(text = req_type_fun))(self$request) 17. └─err$run() 18. └─self$construct_message() [ FAIL 1 | WARN 0 | SKIP 3 | PASS 33 ] Error: Test failures Execution halted Ran 2/2 deferred expressions Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/19s] 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 ── Error: ================================================================================ An HTTP request has been made that vcr does not know how to handle: GET https://mesonet.agron.iastate.edu/cgi-bin/request/asos.py/?station=VOHY&data=all&year1=3050&month1=12&day1=1&year2=3055&month2=12&day2=1&format=tdf&latlon=yes&tz=UTC vcr is currently using the following cassette: - ../fixtures/measures-warnings.yml - record_mode: once - match_requests_on: method, uri Set `VCR_VERBOSE_ERRORS=TRUE` for more verbose errors If you're not sure what to do, open an issue https://github.com/ropensci/vcr/issues & see https://books.ropensci.org/http-testing ================================================================================ 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. └─webmockr (local) mock(req) 14. └─Httr2Adapter$new()$handle_request(.x) 15. └─private$request_handler(req)$handle() 16. └─eval(parse(text = req_type_fun))(self$request) 17. └─err$run() 18. └─self$construct_message() [ FAIL 1 | WARN 0 | SKIP 3 | PASS 33 ] Error: Test failures Execution halted Ran 2/2 deferred expressions Flavor: r-devel-linux-x86_64-fedora-gcc