Last updated on 2026-05-02 21:50:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.18.0 | 3.01 | 39.27 | 42.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.18.0 | 2.11 | 32.40 | 34.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.18.0 | 62.91 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.18.0 | 59.16 | OK | |||
| r-devel-windows-x86_64 | 0.18.0 | 5.00 | 59.00 | 64.00 | ERROR | |
| r-patched-linux-x86_64 | 0.18.0 | 2.59 | 36.22 | 38.81 | OK | |
| r-release-linux-x86_64 | 0.18.0 | 1.89 | 35.83 | 37.72 | 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 | 4.00 | 56.00 | 60.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 | 7.00 | 63.00 | 70.00 | OK |
Version: 0.18.0
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
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-windows-x86_64