Last updated on 2026-07-11 02:58:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.8 | 3.09 | 36.63 | 39.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.8 | 1.98 | 27.93 | 29.91 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.8 | 59.52 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 55.96 | OK | |||
| r-devel-windows-x86_64 | 0.1.8 | 6.00 | 54.00 | 60.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.8 | 3.03 | 33.53 | 36.56 | OK | |
| r-release-linux-x86_64 | 0.1.8 | 3.07 | 33.80 | 36.87 | OK | |
| r-release-macos-arm64 | 0.1.8 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.1.8 | 2.00 | 39.00 | 41.00 | OK | |
| r-release-windows-x86_64 | 0.1.8 | 7.00 | 54.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.8 | 2.00 | 32.00 | 34.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.8 | 7.00 | 62.00 | 69.00 | OK |
Version: 0.1.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(collapsibleTree)
>
> test_check("collapsibleTree")
Saving _problems/test-na-6.R
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 47 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-na.R:6:3'): missing values in hierarchy ──────────────────────
Expected `collapsibleTreeSummary(airquality, c("Month", "Day", "Solar.R"))` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.8
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(collapsibleTree)
>
> test_check("collapsibleTree")
Saving _problems/test-na-6.R
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 47 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-na.R:6:3'): missing values in hierarchy ──────────────────────
Expected `collapsibleTreeSummary(airquality, c("Month", "Day", "Solar.R"))` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64