CRAN Package Check Results for Package PRNG

Last updated on 2024-07-02 15:50:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 1.53 25.77 27.30 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.2 1.69 18.83 20.52 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 33.68 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2 31.65 OK
r-devel-windows-x86_64 0.0.2 2.00 43.00 45.00 OK
r-patched-linux-x86_64 0.0.2 2.35 24.08 26.43 OK
r-release-linux-x86_64 0.0.2 1.96 24.23 26.19 OK
r-release-macos-arm64 0.0.2 20.00 OK
r-release-macos-x86_64 0.0.2 22.00 OK
r-release-windows-x86_64 0.0.2 3.00 43.00 46.00 OK
r-oldrel-macos-arm64 0.0.2 24.00 OK
r-oldrel-macos-x86_64 0.0.2 38.00 OK
r-oldrel-windows-x86_64 0.0.2 3.00 43.00 46.00 OK

Check Details

Version: 0.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > > library(PRNG) Attaching package: 'PRNG' The following objects are masked from 'package:stats': rcauchy, rexp, rnorm, time > > library(testthat) > > test_check("PRNG") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-all.R:70:3'): Distribution Test - Normal ───────────────────── mean(results) > 0.7 is not TRUE `actual`: FALSE `expected`: TRUE Generated numbers do not follow a normal distribution in the majority of tests [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang