CRAN Package Check Results for Package Pandora

Last updated on 2024-05-27 02:48:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 24.2.0 7.12 72.53 79.65 ERROR
r-devel-linux-x86_64-debian-gcc 24.2.0 5.70 55.48 61.18 OK
r-devel-linux-x86_64-fedora-clang 24.2.0 101.51 OK
r-devel-linux-x86_64-fedora-gcc 24.2.0 112.67 OK
r-devel-windows-x86_64 24.2.0 7.00 112.00 119.00 OK
r-patched-linux-x86_64 24.2.0 6.37 69.86 76.23 OK
r-release-linux-x86_64 24.2.0 4.22 71.44 75.66 OK
r-release-macos-arm64 24.2.0 209.00 OK
r-release-macos-x86_64 24.2.0 190.00 OK
r-release-windows-x86_64 24.2.0 7.00 106.00 113.00 OK
r-oldrel-macos-arm64 24.2.0 154.00 OK
r-oldrel-macos-x86_64 24.2.0 216.00 OK
r-oldrel-windows-x86_64 24.2.0 9.00 127.00 136.00 OK

Check Details

Version: 24.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/47s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(Pandora) > > test_check("Pandora") Error in getData(name = "14CARHU - Radiocarbon Dates of Helsinki University") : Error in open.connection(con, "rb") : Timeout was reached: [www.oasisnorth.org] Failed to connect to www.oasisnorth.org port 80 after 10000 ms: Timeout was reached for resource with name '14CARHU - Radiocarbon Dates of Helsinki University', [ FAIL 3 | WARN 0 | SKIP 2 | PASS 24 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-getData.R:21:1', 'test-getData.R:45:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-getData.R:7:5'): Test getData() from xlsx ──────────────────── nrow(testLoaded) > 2000 is not TRUE `actual`: `expected`: TRUE ── Failure ('test-getData.R:8:5'): Test getData() from xlsx ──────────────────── all(...) is not TRUE `actual`: FALSE `expected`: TRUE ── Error ('test-getData.R:126:3'): Test loadData() ───────────────────────────── Error in `open.connection(con, "rb")`: Timeout was reached: [www.oasisnorth.org] Failed to connect to www.oasisnorth.org port 80 after 10002 ms: Timeout was reached Backtrace: ▆ 1. └─Pandora::loadData(...) at test-getData.R:126:3 2. └─readr::guess_encoding(path) 3. ├─base::unlist(read_lines_raw(file, n_max = n_max)) 4. └─readr::read_lines_raw(file, n_max = n_max) 5. └─readr::datasource(...) 6. └─readr:::datasource_connection(...) 7. └─readr:::read_connection(path) 8. ├─base::open(con, "rb") 9. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 0 | SKIP 2 | PASS 24 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang