Last updated on 2026-01-20 04:48:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.1 | 7.97 | 79.55 | 87.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.1 | 6.32 | 57.44 | 63.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.1 | 15.00 | 122.88 | 137.88 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 15.00 | 147.60 | 162.60 | OK | |
| r-devel-windows-x86_64 | 0.8.1 | 11.00 | 104.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 0.8.1 | 9.19 | 73.15 | 82.34 | OK | |
| r-release-linux-x86_64 | 0.8.1 | 8.44 | 73.86 | 82.30 | OK | |
| r-release-macos-arm64 | 0.8.1 | OK | ||||
| r-release-macos-x86_64 | 0.8.1 | 5.00 | 73.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 0.8.1 | 11.00 | 102.00 | 113.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.1 | 5.00 | 83.00 | 88.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.1 | 15.00 | 128.00 | 143.00 | OK |
Version: 0.8.1
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")
Saving _problems/test_tables-34.R
Saving _problems/test_tables-46.R
Saving _problems/test_tables-47.R
Saving _problems/test_tables-48.R
Saving _problems/test_tables-49.R
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 90 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_tables.R:34:3'): freq with sort, digits, cum, valid and total is correct ──
Expected `rownames(tab)` to equal `gsub("NA's", "NA", c(names(v), "Total"))`.
Differences:
1/9 mismatches
x[7]: "NA"
y[7]: "NAs"
── Failure ('test_tables.R:46:3'): freq with sort, digits, cum, valid, total and na.last is correct ──
Expected `rownames(tab)` to equal `gsub("NA's", "NA", c(names(v), "Total"))`.
Differences:
2/9 mismatches
x[7]: "Employe"
y[7]: "NAs"
x[8]: "NA"
y[8]: "Employe"
── Failure ('test_tables.R:47:3'): freq with sort, digits, cum, valid, total and na.last is correct ──
Expected `tab$n` to equal `c(vnum, sum(vnum))`.
Differences:
2/9 mismatches (average diff: 247)
[7] 594 - 347 == 247
[8] 347 - 594 == -247
── Failure ('test_tables.R:48:3'): freq with sort, digits, cum, valid, total and na.last is correct ──
Expected `tab$`%`` to equal `c(round(vnum/sum(vnum) * 100, 2), 100)`.
Differences:
2/9 mismatches (average diff: 12.3)
[7] 29.7 - 17.4 == 12.3
[8] 17.4 - 29.7 == -12.3
── Failure ('test_tables.R:49:3'): freq with sort, digits, cum, valid, total and na.last is correct ──
Expected `tab$`%cum`` to equal `c(round(cumsum(vnum)/sum(vnum) * 100, 2), 100)`.
Differences:
1/9 mismatches
[7] 82.7 - 70.3 == 12.4
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 90 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc