Last updated on 2026-01-22 23:51:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.1 | 8.56 | 80.71 | 89.27 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.8.2 | 5.40 | 56.16 | 61.56 | OK | |
| 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.2 | 15.00 | 148.70 | 163.70 | OK | |
| r-devel-windows-x86_64 | 0.8.1 | 10.00 | 194.00 | 204.00 | ERROR | |
| r-patched-linux-x86_64 | 0.8.1 | 7.98 | 72.43 | 80.41 | OK | |
| r-release-linux-x86_64 | 0.8.1 | 8.44 | 73.86 | 82.30 | OK | |
| r-release-macos-arm64 | 0.8.2 | 2.00 | 27.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.8.2 | 6.00 | 94.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.8.1 | 11.00 | 100.00 | 111.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.2 | 2.00 | 31.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.2 | 6.00 | 92.00 | 98.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.1 | 14.00 | 125.00 | 139.00 | OK |
Version: 0.8.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
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-clang
Version: 0.8.1
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
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-windows-x86_64