CRAN Package Check Results for Package bigreadr

Last updated on 2026-08-18 01:51:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.5 11.86 38.24 50.10 OK
r-devel-linux-x86_64-debian-gcc 0.2.5 8.76 31.53 40.29 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.5 32.78 OK
r-devel-linux-x86_64-fedora-gcc 0.2.5 33.34 OK
r-devel-windows-x86_64 0.2.5 15.00 143.00 158.00 OK
r-patched-linux-x86_64 0.2.5 11.46 30.40 41.86 OK
r-release-linux-x86_64 0.2.5 11.58 30.16 41.74 OK
r-release-macos-arm64 0.2.5 3.00 13.00 16.00 OK
r-release-macos-x86_64 0.2.5 8.00 41.00 49.00 OK
r-release-windows-x86_64 0.2.5 18.00 0.00 18.00 OK
r-oldrel-macos-arm64 0.2.5 OK
r-oldrel-macos-x86_64 0.2.5 8.00 52.00 60.00 OK
r-oldrel-windows-x86_64 0.2.5 20.00 82.00 102.00 OK

Check Details

Version: 0.2.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [3s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bigreadr) > > test_check("bigreadr") Saving _problems/test-read-36.R [ 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) 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-devel-linux-x86_64-debian-gcc