Last updated on 2025-06-12 11:50:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 9.53 | 75.25 | 84.78 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.1 | 5.99 | 53.17 | 59.16 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.1 | 141.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 144.29 | OK | |||
r-devel-windows-x86_64 | 0.8.1 | 11.00 | 100.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 0.8.1 | 9.27 | 71.02 | 80.29 | OK | |
r-release-linux-x86_64 | 0.8.0 | 8.59 | 69.82 | 78.41 | OK | |
r-release-macos-arm64 | 0.8.1 | 52.00 | OK | |||
r-release-macos-x86_64 | 0.8.0 | 84.00 | OK | |||
r-release-windows-x86_64 | 0.8.1 | 13.00 | 109.00 | 122.00 | OK | |
r-oldrel-macos-arm64 | 0.8.1 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.0 | 80.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.1 | 14.00 | 117.00 | 131.00 | OK |
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
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-clang