Last updated on 2026-05-07 02:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.18.0 | 2.96 | 39.89 | 42.85 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.18.0 | 1.86 | 29.98 | 31.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.18.0 | 63.81 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.18.0 | 61.36 | OK | |||
| r-devel-windows-x86_64 | 0.18.0 | 5.00 | 56.00 | 61.00 | OK | |
| r-patched-linux-x86_64 | 0.18.0 | 3.13 | 36.18 | 39.31 | OK | |
| r-release-linux-x86_64 | 0.18.0 | 2.61 | 35.95 | 38.56 | OK | |
| r-release-macos-arm64 | 0.18.0 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.18.0 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 0.18.0 | 5.00 | 56.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.18.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.18.0 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 0.18.0 | 6.00 | 65.00 | 71.00 | OK |
Version: 0.18.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tabbycat)
>
> test_check("tabbycat")
Saving _problems/test_vcount-80.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 333 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_vcount.R:80:5'): cat_vcount returns expected data with a valid na.rm argument ──
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─tabbycat::cat_vcount(cat) at test_vcount.R:80:5
2. │ ├─... %>% dplyr::arrange(dplyr::desc(.data$number))
3. │ ├─tibble::as_tibble(...)
4. │ └─tibble:::as_tibble.table(...)
5. │ ├─base::as.data.frame(x, stringsAsFactors = FALSE)
6. │ └─base::as.data.frame.table(x, stringsAsFactors = FALSE)
7. │ ├─base::eval(ex)
8. │ │ └─base::eval(ex)
9. │ └─base::data.frame(...)
10. │ ├─base::as.data.frame(x[[i]], optional = TRUE)
11. │ └─base::as.data.frame.integer(x[[i]], optional = TRUE)
12. ├─dplyr::arrange(., dplyr::desc(.data$number))
13. └─dplyr::mutate(., percent = .data$number/sum(.data$number))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 333 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang