Last updated on 2023-02-04 12:57:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.8 | 10.37 | 88.16 | 98.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.8 | 7.99 | 66.79 | 74.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.8 | 125.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.8 | 141.67 | NOTE | |||
r-devel-windows-x86_64 | 0.7.8 | 75.00 | 134.00 | 209.00 | OK | |
r-patched-linux-x86_64 | 0.7.7 | 8.97 | 84.73 | 93.70 | ERROR | |
r-release-linux-x86_64 | 0.7.8 | 7.44 | 88.46 | 95.90 | OK | |
r-release-macos-arm64 | 0.7.8 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.7.8 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.7.7 | 40.00 | 150.00 | 190.00 | OK | |
r-oldrel-macos-arm64 | 0.7.8 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.8 | 60.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.7.8 | 22.00 | 122.00 | 144.00 | OK |
Version: 0.7.8
Check: data for non-ASCII characters
Result: NOTE
Note: found 8504 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.7
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 1 | WARN 1 | SKIP 0 | PASS 65 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_tables.R:107'): prop, cprop and lprop tabyl versions are correct ──
Error in `FUN(X[[i]], ...)`: only defined on a data frame with all numeric-alike variables
Backtrace:
▆
1. ├─... %>% gather(Var2, Freq, -1) at test_tables.R:107:2
2. ├─tidyr::gather(., Var2, Freq, -1)
3. ├─base::as.data.frame(.)
4. ├─questionr::cprop(.)
5. └─questionr:::cprop.tabyl(.)
6. └─janitor::adorn_percentages(tab, "col")
7. └─base::Summary.data.frame(`<tabyl[,4]>`, na.rm = FALSE)
8. └─base::lapply(...)
9. └─base (local) FUN(X[[i]], ...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 65 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64