CRAN Package Check Results for Package dqrng

Last updated on 2024-12-26 07:51:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 18.18 69.78 87.96 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.1 13.85 54.12 67.97 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 156.74 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 177.95 OK
r-devel-windows-x86_64 0.4.1 25.00 132.00 157.00 OK
r-patched-linux-x86_64 0.4.1 18.13 67.26 85.39 OK
r-release-linux-x86_64 0.4.1 18.72 70.49 89.21 OK
r-release-macos-arm64 0.4.1 76.00 OK
r-release-macos-x86_64 0.4.1 139.00 OK
r-release-windows-x86_64 0.4.1 22.00 123.00 145.00 OK
r-oldrel-macos-arm64 0.4.1 67.00 OK
r-oldrel-macos-x86_64 0.4.1 164.00 OK
r-oldrel-windows-x86_64 0.4.1 26.00 149.00 175.00 OK

Check Details

Version: 0.4.1
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/45s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dqrng) > > test_check("dqrng") [ FAIL 4 | WARN 0 | SKIP 0 | PASS 178 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cpp.R:16:3'): setting seed produces identical uniformly distributed scalar numbers ── seed_uniform_scalar(seed) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-cpp.R:24:3'): Min must not be larger than max ──────────────── `seed_uniform_scalar_min_gt_max(seed)` did not throw an error. ── Failure ('test-cpp.R:33:3'): setting seed produces identical normaly distributed scalar numbers ── seed_normal_scalar(seed) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-cpp.R:41:3'): setting seed produces identical exponenetially distributed scalar numbers ── seed_exponential_scalar(seed) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 4 | WARN 0 | SKIP 0 | PASS 178 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang