Last updated on 2026-03-19 17:52:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 7.20 | 105.92 | 113.12 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 5.09 | 76.42 | 81.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 13.00 | 173.12 | 186.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 11.00 | 149.74 | 160.74 | OK | |
| r-devel-macos-arm64 | 0.3.2 | 2.00 | 25.00 | 27.00 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 8.00 | 116.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 7.44 | 96.11 | 103.55 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 6.13 | 98.77 | 104.90 | OK | |
| r-release-macos-arm64 | 0.3.2 | OK | ||||
| r-release-macos-x86_64 | 0.3.2 | 5.00 | 104.00 | 109.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 10.00 | 116.00 | 126.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 5.00 | 109.00 | 114.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 13.00 | 144.00 | 157.00 | ERROR |
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [47s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tablespan)
>
> test_check("tablespan")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
| cyl | mean_hp sd_hp |
| --- - ------- ----- |
| 4 | 91 |
| 4 | 81.8 21.87 |
| 6 | 131.67 37.53 |
| ... | ... ... |
| cyl | mean_hp sd_hp |
| --- - ------- ----- |
| 4 | 91 |
| 4 | 81.8 21.87 |
| 6 | 131.67 37.53 |
| ... | ... ... |
Saving _problems/test-gt-cars-920.R
| cyl | mean_hp sd_hp |
| --- - ------- ----- |
| 4 | 91 |
| 4 | 81.8 21.87 |
| 6 | 131.67 37.53 |
| ... | ... ... |
| | Horsepower |
| cyl | mean_hp sd_hp |
| --- - ---------- ----- |
| 4 | 91 |
| 4 | 81.8 21.87 |
| 6 | 131.67 37.53 |
| ... | ... ... |
| | Horsepower |
| cyl | Mean SD |
| --- - ---------- ----- |
| 4 | 91 |
| 4 | 81.8 21.87 |
| 6 | 131.67 37.53 |
| ... | ... ... |
Motor Trend Car Road Tests
A table created with tablespan
| | Horse Power Weight |
| Cylinder Engine | N Mean SD Mean SD |
| -------- ------ - -- ----------- ----- ------ ---- |
| 4 0 | 1 91 2.14 |
| 4 1 | 10 81.8 21.87 2.3 0.6 |
| 6 0 | 3 131.67 37.53 2.76 0.13 |
| ... ... | ... ... ... ... ... |
Data from the infamous mtcars data set.
| Horsepower |
| Mean SD |
| ---------- ----- |
| 91 |
| 81.8 21.87 |
| 131.67 37.53 |
| ... ... |
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 92 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test-single-row-df.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gt-cars.R:907:3'): cars - gt styling ─────────────────────────
Expected `compare_tables(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 92 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64