CRAN Package Check Results for Package doRNG

Last updated on 2026-07-23 02:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8.6.3 2.05 29.22 31.27 OK
r-devel-linux-x86_64-debian-gcc 1.8.6.3 1.56 23.38 24.94 ERROR
r-devel-linux-x86_64-fedora-clang 1.8.6.3 45.99 OK
r-devel-linux-x86_64-fedora-gcc 1.8.6.3 21.08 OK
r-devel-windows-x86_64 1.8.6.3 3.00 57.00 60.00 OK
r-patched-linux-x86_64 1.8.6.3 2.14 27.11 29.25 OK
r-release-linux-x86_64 1.8.6.3 2.00 27.30 29.30 OK
r-release-macos-arm64 1.8.6.3 1.00 20.00 21.00 OK
r-release-macos-x86_64 1.8.6.3 2.00 74.00 76.00 OK
r-release-windows-x86_64 1.8.6.3 3.00 52.00 55.00 OK
r-oldrel-macos-arm64 1.8.6.3 OK
r-oldrel-macos-x86_64 1.8.6.3 2.00 51.00 53.00 OK
r-oldrel-windows-x86_64 1.8.6.3 4.00 59.00 63.00 OK

Check Details

Version: 1.8.6.3
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(doRNG) Loading required package: foreach Loading required package: rngtools > > test_check("doRNG") Saving _problems/test-dorng-368.R [ FAIL 1 | WARN 2 | SKIP 4 | PASS 93 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • Development is not finished yet (2): 'test-doRepro.r:11:2', 'test-doRepro.r:40:2' • doMPI test because doMPI::startMPIcluster hangs inexplicably (1): 'test-dorng.r:216:5' • empty test (1): 'test-dorng-nonattached.r:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dorng.r:368:5'): Initial RNG state is properly handled ───────── Error in `gzfile(file, "rb")`: cannot open the connection Backtrace: ▆ 1. └─doRNG (local) .run_test_script("1.7.3") at test-dorng.r:372:3 2. └─base::readRDS(tmp_res) at test-dorng.r:368:5 3. └─base::gzfile(file, "rb") [ FAIL 1 | WARN 2 | SKIP 4 | PASS 93 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc