CRAN Package Check Results for Package argoFloats

Last updated on 2024-12-30 12:50:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 66.69 111.23 177.92 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 32.06 81.30 113.36 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 297.78 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 291.50 OK
r-devel-windows-x86_64 1.0.7 59.00 129.00 188.00 OK
r-patched-linux-x86_64 1.0.7 65.70 105.10 170.80 OK
r-release-linux-x86_64 1.0.7 55.42 104.08 159.50 OK
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 56.00 130.00 186.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 78.00 160.00 238.00 OK

Check Details

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(argoFloats) > > test_check("argoFloats") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 185 ] ══ 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 ════════════════════════════════════════════════════════════════ ── Failure ('test_download.R:10:15'): getIndex() ─────────────────────────────── `getIndex(...)` produced warnings. [ FAIL 1 | WARN 0 | SKIP 3 | PASS 185 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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