CRAN Package Check Results for Package noaaoceans

Last updated on 2024-06-06 05:57:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 2.66 38.05 40.71 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 1.60 29.08 30.68 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 51.50 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 61.77 OK
r-devel-windows-x86_64 0.3.0 3.00 129.00 132.00 ERROR
r-patched-linux-x86_64 0.3.0 2.12 37.48 39.60 OK
r-release-linux-x86_64 0.3.0 1.83 36.73 38.56 ERROR
r-release-macos-arm64 0.3.0 32.00 OK
r-release-macos-x86_64 0.3.0 45.00 OK
r-release-windows-x86_64 0.3.0 4.00 54.00 58.00 OK
r-oldrel-macos-arm64 0.3.0 37.00 OK
r-oldrel-macos-x86_64 0.3.0 45.00 OK
r-oldrel-windows-x86_64 0.3.0 4.00 58.00 62.00 OK

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [80s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(noaaoceans) > > test_check("noaaoceans") [ FAIL 6 | WARN 0 | SKIP 10 | PASS 13 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test_data_type.R:6:5', 'test_data_type.R:19:5', 'test_data_type.R:29:5', 'test_data_type.R:39:5', 'test_data_type.R:45:5', 'test_station_inventory.R:8:5', 'test_station_inventory.R:13:5', 'test_station_inventory.R:18:5' • Skipping until I can find a station with a notice (2): 'test_query_metadata.R:35:5', 'test_query_metadata.R:40:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_data_type.R:89:5'): Errors Are Returned With Invalid Opitons ─── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10001 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_data_type.R:89:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─noaaoceans::query_derived_products(station_id = "notreal", product_name = "toptenwaterlevels") 7. └─httr::GET(query_url) 8. └─httr:::request_perform(req, hu$handle$handle) 9. ├─httr:::request_fetch(req$output, req$url, handle) 10. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 11. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:7:5'): Data Frame is returned for all stations ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10011 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata(), "data.frame") at test_query_metadata.R:7:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata() 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:11:5'): Data Frame is Returned for Non Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10010 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9414290"), "data.frame") at test_query_metadata.R:11:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:15:5'): Data Frame is Returned for Datums Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10012 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9414290", "datums"), "data.frame") at test_query_metadata.R:15:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290", "datums") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:19:5'): Data Frame is Returned for Superseded datums Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10001 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_query_metadata.R:19:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1611347", "supersededdatums") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:23:5'): Data Frame is Returned for harcon Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [api.tidesandcurrents.noaa.gov] Failed to connect to api.tidesandcurrents.noaa.gov port 443 after 10012 ms: Timeout was reached Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("1611400", "harcon"), "data.frame") at test_query_metadata.R:23:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1611400", "harcon") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 6 | WARN 0 | SKIP 10 | PASS 13 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/18s] 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 (10) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test_data_type.R:6:5', 'test_data_type.R:19:5', 'test_data_type.R:29:5', 'test_data_type.R:39:5', 'test_data_type.R:45:5', 'test_station_inventory.R:8:5', 'test_station_inventory.R:13:5', 'test_station_inventory.R:18:5' • Skipping until I can find a station with a notice (2): 'test_query_metadata.R:35:5', 'test_query_metadata.R:40:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_query_metadata.R:58:5'): Data Frame is returned for call with type specified ── <http_504/http_500/http_error/error/condition> Error in `query_metadata(type = "waterlevels")`: Gateway Timeout (HTTP 504). Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata(type = "waterlevels"), "data.frame") at test_query_metadata.R:58:5 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) [ FAIL 1 | WARN 0 | SKIP 10 | PASS 18 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64