CRAN Package Check Results for Package bigreadr

Last updated on 2024-05-03 05:53:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.5 25.06 37.49 62.55 OK
r-devel-linux-x86_64-debian-gcc 0.2.5 15.41 28.93 44.34 OK
r-devel-linux-x86_64-fedora-clang 0.2.5 78.85 OK
r-devel-linux-x86_64-fedora-gcc 0.2.5 76.45 OK
r-devel-windows-x86_64 0.2.5 19.00 71.00 90.00 OK
r-patched-linux-x86_64 0.2.5 19.79 35.95 55.74 OK
r-release-linux-x86_64 0.2.5 20.04 35.63 55.67 OK
r-release-macos-arm64 0.2.5 25.00 OK
r-release-windows-x86_64 0.2.5 18.00 70.00 88.00 ERROR
r-oldrel-macos-arm64 0.2.5 28.00 OK
r-oldrel-macos-x86_64 0.2.5 37.00 OK
r-oldrel-windows-x86_64 0.2.5 19.00 80.00 99.00 OK

Check Details

Version: 0.2.5
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [6s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(bigreadr) > > test_check("bigreadr") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 315 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-read.R:36:3'): 'fread2' can use different types of input ─────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com/privefl/bigsnpr/master/inst/extdata/example.fam' Backtrace: ▆ 1. ├─testthat::expect_equal(fread2(url), data.table::fread(url, data.table = FALSE)) at test-read.R:36:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─bigreadr::fread2(url) 5. └─data.table::fread(input, ..., data.table = data.table, nThread = nThread) 6. └─utils::download.file(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 315 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64