CRAN Package Check Results for Package hetu

Last updated on 2026-01-04 09:48:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 3.15 41.44 44.59 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 2.41 32.65 35.06 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 68.51 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 85.96 OK
r-devel-windows-x86_64 1.1.0 5.00 58.00 63.00 OK
r-patched-linux-x86_64 1.1.0 3.47 36.45 39.92 OK
r-release-linux-x86_64 1.1.0 3.32 36.54 39.86 ERROR
r-release-macos-arm64 1.1.0 OK
r-release-macos-x86_64 1.1.0 2.00 76.00 78.00 OK
r-release-windows-x86_64 1.1.0 5.00 58.00 63.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 2.00 107.00 109.00 OK
r-oldrel-windows-x86_64 1.1.0 6.00 69.00 75.00 OK

Check Details

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(hetu) > test_check("hetu") Saving _problems/test_hetu-123.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 65 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_hetu.R:123:3'): rbid() works correctly ───────────────────────── Error in `sample.int(length(x), size, replace, prob)`: invalid first argument Backtrace: ▆ 1. ├─testthat::expect_equal(length(rbid(3)), 3) at test_hetu.R:123:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─hetu::rbid(3) 5. └─base::sample(bids, size = n, replace = TRUE) 6. └─base::sample.int(length(x), size, replace, prob) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 65 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64