CRAN Package Check Results for Package argoFloats

Last updated on 2024-06-26 04:49:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 63.46 104.33 167.79 OK
r-devel-linux-x86_64-fedora-clang 1.0.7 287.61 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 286.95 OK
r-devel-windows-x86_64 1.0.7 55.00 128.00 183.00 OK
r-patched-linux-x86_64 1.0.7 74.03 132.27 206.30 OK
r-release-linux-x86_64 1.0.7 62.79 125.06 187.85 ERROR
r-release-macos-arm64 1.0.7 92.00 ERROR
r-release-macos-x86_64 1.0.7 135.00 OK
r-release-windows-x86_64 1.0.7 58.00 130.00 188.00 OK
r-oldrel-macos-arm64 1.0.7 116.00 OK
r-oldrel-macos-x86_64 1.0.7 233.00 OK
r-oldrel-windows-x86_64 1.0.7 77.00 151.00 228.00 OK

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/82s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(argoFloats) > > test_check("argoFloats") Error in curl::curl_download(url = url[iurl], destfile = destfileTemp, : Timeout was reached: [] Failed to connect to data-argo.ifremer.fr port 443 after 10001 ms: Timeout was reached Error in curl::curl_download(url = url[iurl], destfile = destfileTemp, : Timeout was reached: [] Failed to connect to usgodae.org port 21 after 10000 ms: Timeout was reached [ FAIL 2 | WARN 0 | SKIP 3 | PASS 183 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_download.R:38:15', 'test_download.R:90:15' • hasArgoTestCache() is not TRUE (1): 'test_subset.R:84:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_download.R:10:15'): getIndex() ───────────────────────────────── Error in `getIndex(filename = "argo_bio-profile_index.txt.gz", quiet = TRUE, destdir = tempFile)`: could not download index from these servers: 'https://data-argo.ifremer.fr/argo_bio-profile_index.txt.gz' 'ftp://usgodae.org/pub/outgoing/argo/argo_bio-profile_index.txt.gz' Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test_download.R:10:15 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─argoFloats::getIndex(...) ── Failure ('test_download.R:23:15'): getProfiles() ──────────────────────────── p[["cycle"]] not equal to c("124", "125", "126"). 3/3 mismatches x[1]: NA y[1]: "124" x[2]: NA y[2]: "125" x[3]: NA y[3]: "126" [ FAIL 2 | WARN 0 | SKIP 3 | PASS 183 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/23s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test_download.R:10:15 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─argoFloats::getIndex(...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 184 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64