Last updated on 2023-02-01 04:52:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 2.70 | 34.57 | 37.27 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 1.71 | 26.06 | 27.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 45.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 54.95 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 6.00 | 76.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 1.66 | 33.04 | 34.70 | OK | |
r-release-linux-x86_64 | 0.3.0 | 2.60 | 34.21 | 36.81 | 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 | 60.00 | 81.00 | 141.00 | OK | |
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 | 65.00 | 71.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(noaaoceans)
>
> test_check("noaaoceans")
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 18 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (8)
• Skipping until I can find a station with a notice (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_query_metadata.R:7'): Data Frame is returned for all stations ──
<http_504/http_500/http_error/error/condition>
Error in `query_metadata()`: Gateway Timeout (HTTP 504).
Backtrace:
▆
1. ├─testthat::expect_is(query_metadata(), "data.frame") at test_query_metadata.R:7:4
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─noaaoceans::query_metadata()
5. └─httr::stop_for_status(api_response)
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 18 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang