CRAN Package Check Results for Package noaaoceans

Last updated on 2023-01-25 04:51:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 2.44 33.79 36.23 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 2.00 25.84 27.84 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 45.16 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 54.95 OK
r-patched-linux-x86_64 0.3.0 2.11 33.55 35.66 OK
r-release-linux-x86_64 0.3.0 2.29 33.85 36.14 OK
r-release-macos-arm64 0.3.0 27.00 OK
r-release-macos-x86_64 0.3.0 37.00 OK
r-release-windows-x86_64 0.3.0 50.00 67.00 117.00 ERROR
r-oldrel-macos-arm64 0.3.0 35.00 OK
r-oldrel-macos-x86_64 0.3.0 44.00 OK
r-oldrel-windows-ix86+x86_64 0.3.0 6.00 71.00 77.00 OK

Check Details

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(noaaoceans)
     >
     > test_check("noaaoceans")
     [ FAIL 2 | WARN 0 | SKIP 10 | PASS 17 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (8)
     • Skipping until I can find a station with a notice (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_query_metadata.R:58'): Data Frame is returned for call with type specified ──
     <http_500/http_error/error/condition>
     Error in `query_metadata(type = "waterlevels")`: Internal Server Error (HTTP 500).
     Backtrace:
     ▆
     1. ├─testthat::expect_is(query_metadata(type = "waterlevels"), "data.frame") at test_query_metadata.R:58:4
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─noaaoceans::query_metadata(type = "waterlevels")
     5. └─httr::stop_for_status(api_response)
     ── Error ('test_query_metadata.R:63'): Data Frame is returned for call with ports specified ──
     <http_500/http_error/error/condition>
     Error in `query_metadata(ports = "ca")`: Internal Server Error (HTTP 500).
     Backtrace:
     ▆
     1. ├─testthat::expect_is(query_metadata(ports = "ca"), "data.frame") at test_query_metadata.R:63:4
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─noaaoceans::query_metadata(ports = "ca")
     5. └─httr::stop_for_status(api_response)
    
     [ FAIL 2 | WARN 0 | SKIP 10 | PASS 17 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64