CRAN Package Check Results for Package questionr

Last updated on 2025-06-07 02:55:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 8.92 74.52 83.44 OK
r-devel-linux-x86_64-debian-gcc 0.8.0 5.76 54.56 60.32 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.0 133.75 OK
r-devel-linux-x86_64-fedora-gcc 0.8.0 137.01 OK
r-devel-windows-x86_64 0.8.0 10.00 108.00 118.00 OK
r-patched-linux-x86_64 0.8.0 8.63 69.66 78.29 OK
r-release-linux-x86_64 0.8.0 7.64 70.15 77.79 OK
r-release-macos-arm64 0.8.0 46.00 OK
r-release-macos-x86_64 0.8.0 84.00 OK
r-release-windows-x86_64 0.8.0 10.00 96.00 106.00 OK
r-oldrel-macos-arm64 0.8.0 47.00 OK
r-oldrel-macos-x86_64 0.8.0 80.00 OK
r-oldrel-windows-x86_64 0.8.0 14.00 122.00 136.00 OK

Check Details

Version: 0.8.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(questionr) Attaching package: 'questionr' The following object is masked from 'package:testthat': describe > > test_check("questionr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 93 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_tables.R:70:3'): cprop results are correct ─────────────────── ctab[seq_len(nrow(m)), seq_len(ncol(m))] not equal to `m`. Attributes: < Component "class": Lengths (2, 1) differ (string compare on first 1) > Attributes: < Component "class": 1 string mismatch > target is proptab, current is table ── Failure ('test_tables.R:85:3'): lprop results are correct ─────────────────── ltab[seq_len(nrow(m)), seq_len(ncol(m))] not equal to `m`. Attributes: < Component "class": Lengths (2, 1) differ (string compare on first 1) > Attributes: < Component "class": 1 string mismatch > target is proptab, current is table [ FAIL 2 | WARN 0 | SKIP 0 | PASS 93 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc