clitable
Render Tables in Text for the Terminal
v0.1.0
·
Oct 15, 2025
·
GPL (>= 3)
Description
Render tables in text format in the terminal using ANSI strings thanks to the 'cli' and 'crayon' packages.
Downloads
135
Last 30 days
22659th
261
Last 90 days
261
Last year
Trend: +7.1% (30d vs prior 30d)
CRAN Check Status
3
ERROR
11
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | ERROR |
| r-oldrel-macos-x86_64 | ERROR |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (20 non-OK)
OK
r-devel-linux-x86_64-debian-clang
*
OK
r-devel-linux-x86_64-debian-gcc
*
OK
r-devel-linux-x86_64-fedora-clang
*
OK
r-devel-linux-x86_64-fedora-gcc
*
OK
r-devel-macos-arm64
*
OK
r-devel-windows-x86_64
*
WARNING
r-oldrel-macos-arm64
dependencies in R code
Missing or unexported object: ‘datasets::penguins’
ERROR
r-oldrel-macos-arm64
examples
Running examples in ‘clitable-Ex.R’ failed The error most likely occurred in: > ### Name: cli_table > ### Title: generates a text table > ### Aliases: cli_table > > ### ** Examples > > df <- head(datasets::penguins, 20) Error: 'penguins' is not an exported object from 'namespace:datasets' Execution halted
ERROR
r-oldrel-macos-arm64
tests
Running ‘testthat.R’ [1s/1s]
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)
> suppressPackageStartupMessages(library(clitable))
>
> test_check("clitable")
Saving _problems/test-cli_table-64.R
Saving _problems/test-cli_table-104.R
Saving _problems/test-cli_table-147.R
[36m──[39m [1mclitable border styles[22m [36m──────────────────────────────────────────────────────[39m
── [1m[1mstyle: single [1m[22m ──
┌────────────┬───────────┬────────────┬───────────┬───────┐
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
├────────────┼───────────┼────────────┼───────────┼───────┤
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
└────────────┴───────────┴────────────┴───────────┴───────┘
┌───┬───┬───┬───┬──────┐
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
└───┴───┴───┴───┴──────┘
── [1m[1mstyle: double [1m[22m ──
╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╠════════════╬═══════════╬════════════╬═══════════╬═══════╣
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╚════════════╩═══════════╩════════════╩═══════════╩═══════╝
╔═══╦═══╦═══╦═══╦══════╗
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╚═══╩═══╩═══╩═══╩══════╝
── [1m[1mstyle: single-double [1m[22m ──
╓────────────╥───────────╥────────────╥───────────╥───────╖
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╟────────────╫───────────╫────────────╫───────────╫───────╢
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╙────────────╨───────────╨────────────╨───────────╨───────╜
╓───╥───╥───╥───╥──────╖
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╙───╨───╨───╨───╨──────╜
── [1m[1mstyle: double-single [1m[22m ──
╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
╞════════════╪═══════════╪════════════╪═══════════╪═══════╡
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
╘════════════╧═══════════╧════════════╧═══════════╧═══════╛
╒═══╤═══╤═══╤═══╤══════╕
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
╘═══╧═══╧═══╧═══╧══════╛
── [1m[1mstyle: classic [1m[22m ──
+------------+-----------+------------+-----------+-------+
|Sepal.Length|Sepal.Width|Petal.Length|Petal.Width|Species|
+------------+-----------+------------+-----------+-------+
| 5.1 | 3.5 | 1.4 | 0.2 | setosa|
| 4.9 | 3.0 | 1.4 | 0.2 | setosa|
| 4.7 | 3.2 | 1.3 | 0.2 | setosa|
| 4.6 | 3.1 | 1.5 | 0.2 | setosa|
| 5.0 | 3.6 | 1.4 | 0.2 | setosa|
| 5.4 | 3.9 | 1.7 | 0.4 | setosa|
+------------+-----------+------------+-----------+-------+
+---+---+---+---+------+
|5.1|3.5|1.4|0.2|setosa|
|4.9|3.0|1.4|0.2|setosa|
|4.7|3.2|1.3|0.2|setosa|
|4.6|3.1|1.5|0.2|setosa|
|5.0|3.6|1.4|0.2|setosa|
|5.4|3.9|1.7|0.4|setosa|
+---+---+---+---+------+
[36m──[39m [1mheatmap columns[22m [36m─────────────────────────────────────────────────────────────[39m
── [1m[1mdefault heatmap settings[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom colors[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [43m4[49m │
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [43m4[49m │
│[43m22.8[49m│ 4 │108.0│ [44m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [44m1[49m │
│[43m21.4[49m│ 6 │258.0│[44m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [44m1[49m │
│[44m18.7[49m│ 8 │360.0│[43m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [44m2[49m │
│[44m18.1[49m│ 6 │225.0│[44m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [44m1[49m │
│[44m14.3[49m│ 8 │360.0│[43m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [43m4[49m │
│[43m24.4[49m│ 4 │146.7│ [44m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [44m2[49m │
│[43m22.8[49m│ 4 │140.8│ [44m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [44m2[49m │
│[44m19.2[49m│ 6 │167.6│[44m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [43m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom range[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4 │ 4 │
│ [41m21[49m │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4 │ 4 │
│[41m22.8[49m│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4 │ 1 │
│[41m21.4[49m│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│[42m18.7[49m│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3 │ 2 │
│[42m18.1[49m│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3 │ 1 │
│[42m14.3[49m│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3 │ 4 │
│[41m24.4[49m│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4 │ 2 │
│[41m22.8[49m│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4 │ 2 │
│[42m19.2[49m│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mhilite rows[22m [36m─────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
[41m│ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4 │ 4 │[49m
│ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4 │ 4 │
[41m│22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4 │ 1 │[49m
│21.4│ 6 │ 258 │110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│18.7│ 8 │ 360 │175│3.15│ 3.44│17.02│ 0│ 0│ 3 │ 2 │
│18.1│ 6 │ 225 │105│2.76│ 3.46│20.22│ 1│ 0│ 3 │ 1 │
[41m│14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3 │ 4 │[49m
│24.4│ 4 │146.7│ 62│3.69│ 3.19│ 20 │ 1│ 0│ 4 │ 2 │
│22.8│ 4 │140.8│ 95│3.92│ 3.15│ 22.9│ 1│ 0│ 4 │ 2 │
│19.2│ 6 │167.6│123│3.92│ 3.44│ 18.3│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mcombined[22m [36m────────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │[39m
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │[39m
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mnot all numeric[22m [36m─────────────────────────────────────────────────────────────[39m
Saving _problems/test-demo-5.R
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-box.R:1:1', 'test-cli_table.R:78:1',
'test-cli_table.R:181:1', 'test-heatmap.R:2:1', 'test-heatmap.R:16:1',
'test-heatmap.R:69:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cli_table.R:64:3'): cli_table ──────────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:64:3
── Error ('test-cli_table.R:104:3'): to_character_matrix ───────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:104:3
── Error ('test-cli_table.R:147:3'): column_widths ─────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. ├─base::as.matrix(head(datasets::penguins)) at test-cli_table.R:147:3
2. └─utils::head(datasets::penguins)
── Failure ('test-demo.R:5:3'): demo ───────────────────────────────────────────
Expected `demo()` not to throw any errors.
Actually got a <simpleError> with message:
'penguins' is not an exported object from 'namespace:datasets'
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
Error:
! Test failures.
Execution halted
WARNING
r-oldrel-macos-x86_64
dependencies in R code
Missing or unexported object: ‘datasets::penguins’
ERROR
r-oldrel-macos-x86_64
examples
Running examples in ‘clitable-Ex.R’ failed The error most likely occurred in: > ### Name: cli_table > ### Title: generates a text table > ### Aliases: cli_table > > ### ** Examples > > df <- head(datasets::penguins, 20) Error: 'penguins' is not an exported object from 'namespace:datasets' Execution halted
ERROR
r-oldrel-macos-x86_64
tests
Running ‘testthat.R’ [2s/3s]
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)
> suppressPackageStartupMessages(library(clitable))
>
> test_check("clitable")
Saving _problems/test-cli_table-64.R
Saving _problems/test-cli_table-104.R
Saving _problems/test-cli_table-147.R
[36m──[39m [1mclitable border styles[22m [36m──────────────────────────────────────────────────────[39m
── [1m[1mstyle: single [1m[22m ──
┌────────────┬───────────┬────────────┬───────────┬───────┐
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
├────────────┼───────────┼────────────┼───────────┼───────┤
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
└────────────┴───────────┴────────────┴───────────┴───────┘
┌───┬───┬───┬───┬──────┐
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
└───┴───┴───┴───┴──────┘
── [1m[1mstyle: double [1m[22m ──
╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╠════════════╬═══════════╬════════════╬═══════════╬═══════╣
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╚════════════╩═══════════╩════════════╩═══════════╩═══════╝
╔═══╦═══╦═══╦═══╦══════╗
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╚═══╩═══╩═══╩═══╩══════╝
── [1m[1mstyle: single-double [1m[22m ──
╓────────────╥───────────╥────────────╥───────────╥───────╖
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╟────────────╫───────────╫────────────╫───────────╫───────╢
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╙────────────╨───────────╨────────────╨───────────╨───────╜
╓───╥───╥───╥───╥──────╖
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╙───╨───╨───╨───╨──────╜
── [1m[1mstyle: double-single [1m[22m ──
╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
╞════════════╪═══════════╪════════════╪═══════════╪═══════╡
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
╘════════════╧═══════════╧════════════╧═══════════╧═══════╛
╒═══╤═══╤═══╤═══╤══════╕
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
╘═══╧═══╧═══╧═══╧══════╛
── [1m[1mstyle: classic [1m[22m ──
+------------+-----------+------------+-----------+-------+
|Sepal.Length|Sepal.Width|Petal.Length|Petal.Width|Species|
+------------+-----------+------------+-----------+-------+
| 5.1 | 3.5 | 1.4 | 0.2 | setosa|
| 4.9 | 3.0 | 1.4 | 0.2 | setosa|
| 4.7 | 3.2 | 1.3 | 0.2 | setosa|
| 4.6 | 3.1 | 1.5 | 0.2 | setosa|
| 5.0 | 3.6 | 1.4 | 0.2 | setosa|
| 5.4 | 3.9 | 1.7 | 0.4 | setosa|
+------------+-----------+------------+-----------+-------+
+---+---+---+---+------+
|5.1|3.5|1.4|0.2|setosa|
|4.9|3.0|1.4|0.2|setosa|
|4.7|3.2|1.3|0.2|setosa|
|4.6|3.1|1.5|0.2|setosa|
|5.0|3.6|1.4|0.2|setosa|
|5.4|3.9|1.7|0.4|setosa|
+---+---+---+---+------+
[36m──[39m [1mheatmap columns[22m [36m─────────────────────────────────────────────────────────────[39m
── [1m[1mdefault heatmap settings[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom colors[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [43m4[49m │
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [43m4[49m │
│[43m22.8[49m│ 4 │108.0│ [44m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [44m1[49m │
│[43m21.4[49m│ 6 │258.0│[44m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [44m1[49m │
│[44m18.7[49m│ 8 │360.0│[43m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [44m2[49m │
│[44m18.1[49m│ 6 │225.0│[44m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [44m1[49m │
│[44m14.3[49m│ 8 │360.0│[43m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [43m4[49m │
│[43m24.4[49m│ 4 │146.7│ [44m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [44m2[49m │
│[43m22.8[49m│ 4 │140.8│ [44m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [44m2[49m │
│[44m19.2[49m│ 6 │167.6│[44m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [43m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom range[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4 │ 4 │
│ [41m21[49m │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4 │ 4 │
│[41m22.8[49m│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4 │ 1 │
│[41m21.4[49m│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│[42m18.7[49m│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3 │ 2 │
│[42m18.1[49m│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3 │ 1 │
│[42m14.3[49m│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3 │ 4 │
│[41m24.4[49m│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4 │ 2 │
│[41m22.8[49m│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4 │ 2 │
│[42m19.2[49m│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mhilite rows[22m [36m─────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
[41m│ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4 │ 4 │[49m
│ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4 │ 4 │
[41m│22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4 │ 1 │[49m
│21.4│ 6 │ 258 │110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│18.7│ 8 │ 360 │175│3.15│ 3.44│17.02│ 0│ 0│ 3 │ 2 │
│18.1│ 6 │ 225 │105│2.76│ 3.46│20.22│ 1│ 0│ 3 │ 1 │
[41m│14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3 │ 4 │[49m
│24.4│ 4 │146.7│ 62│3.69│ 3.19│ 20 │ 1│ 0│ 4 │ 2 │
│22.8│ 4 │140.8│ 95│3.92│ 3.15│ 22.9│ 1│ 0│ 4 │ 2 │
│19.2│ 6 │167.6│123│3.92│ 3.44│ 18.3│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mcombined[22m [36m────────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │[39m
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │[39m
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mnot all numeric[22m [36m─────────────────────────────────────────────────────────────[39m
Saving _problems/test-demo-5.R
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-box.R:1:1', 'test-cli_table.R:78:1',
'test-cli_table.R:181:1', 'test-heatmap.R:2:1', 'test-heatmap.R:16:1',
'test-heatmap.R:69:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cli_table.R:64:3'): cli_table ──────────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:64:3
── Error ('test-cli_table.R:104:3'): to_character_matrix ───────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:104:3
── Error ('test-cli_table.R:147:3'): column_widths ─────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. ├─base::as.matrix(head(datasets::penguins)) at test-cli_table.R:147:3
2. └─utils::head(datasets::penguins)
── Failure ('test-demo.R:5:3'): demo ───────────────────────────────────────────
Expected `demo()` not to throw any errors.
Actually got a <simpleError> with message:
'penguins' is not an exported object from 'namespace:datasets'
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
Error:
! Test failures.
Execution halted
WARNING
r-oldrel-windows-x86_64
dependencies in R code
Missing or unexported object: 'datasets::penguins'
ERROR
r-oldrel-windows-x86_64
examples
Running examples in 'clitable-Ex.R' failed The error most likely occurred in: > ### Name: cli_table > ### Title: generates a text table > ### Aliases: cli_table > > ### ** Examples > > df <- head(datasets::penguins, 20) Error: 'penguins' is not an exported object from 'namespace:datasets' Execution halted
ERROR
r-oldrel-windows-x86_64
tests
Running 'testthat.R' [4s]
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)
> suppressPackageStartupMessages(library(clitable))
>
> test_check("clitable")
Saving _problems/test-cli_table-64.R
Saving _problems/test-cli_table-104.R
Saving _problems/test-cli_table-147.R
[36m──[39m [1mclitable border styles[22m [36m──────────────────────────────────────────────────────[39m
── [1m[1mstyle: single [1m[22m ──
┌────────────┬───────────┬────────────┬───────────┬───────┐
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
├────────────┼───────────┼────────────┼───────────┼───────┤
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
└────────────┴───────────┴────────────┴───────────┴───────┘
┌───┬───┬───┬───┬──────┐
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
└───┴───┴───┴───┴──────┘
── [1m[1mstyle: double [1m[22m ──
╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╠════════════╬═══════════╬════════════╬═══════════╬═══════╣
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╚════════════╩═══════════╩════════════╩═══════════╩═══════╝
╔═══╦═══╦═══╦═══╦══════╗
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╚═══╩═══╩═══╩═══╩══════╝
── [1m[1mstyle: single-double [1m[22m ──
╓────────────╥───────────╥────────────╥───────────╥───────╖
║Sepal.Length║Sepal.Width║Petal.Length║Petal.Width║Species║
╟────────────╫───────────╫────────────╫───────────╫───────╢
║ 5.1 ║ 3.5 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.9 ║ 3.0 ║ 1.4 ║ 0.2 ║ setosa║
║ 4.7 ║ 3.2 ║ 1.3 ║ 0.2 ║ setosa║
║ 4.6 ║ 3.1 ║ 1.5 ║ 0.2 ║ setosa║
║ 5.0 ║ 3.6 ║ 1.4 ║ 0.2 ║ setosa║
║ 5.4 ║ 3.9 ║ 1.7 ║ 0.4 ║ setosa║
╙────────────╨───────────╨────────────╨───────────╨───────╜
╓───╥───╥───╥───╥──────╖
║5.1║3.5║1.4║0.2║setosa║
║4.9║3.0║1.4║0.2║setosa║
║4.7║3.2║1.3║0.2║setosa║
║4.6║3.1║1.5║0.2║setosa║
║5.0║3.6║1.4║0.2║setosa║
║5.4║3.9║1.7║0.4║setosa║
╙───╨───╨───╨───╨──────╜
── [1m[1mstyle: double-single [1m[22m ──
╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
│Sepal.Length│Sepal.Width│Petal.Length│Petal.Width│Species│
╞════════════╪═══════════╪════════════╪═══════════╪═══════╡
│ 5.1 │ 3.5 │ 1.4 │ 0.2 │ setosa│
│ 4.9 │ 3.0 │ 1.4 │ 0.2 │ setosa│
│ 4.7 │ 3.2 │ 1.3 │ 0.2 │ setosa│
│ 4.6 │ 3.1 │ 1.5 │ 0.2 │ setosa│
│ 5.0 │ 3.6 │ 1.4 │ 0.2 │ setosa│
│ 5.4 │ 3.9 │ 1.7 │ 0.4 │ setosa│
╘════════════╧═══════════╧════════════╧═══════════╧═══════╛
╒═══╤═══╤═══╤═══╤══════╕
│5.1│3.5│1.4│0.2│setosa│
│4.9│3.0│1.4│0.2│setosa│
│4.7│3.2│1.3│0.2│setosa│
│4.6│3.1│1.5│0.2│setosa│
│5.0│3.6│1.4│0.2│setosa│
│5.4│3.9│1.7│0.4│setosa│
╘═══╧═══╧═══╧═══╧══════╛
── [1m[1mstyle: classic [1m[22m ──
+------------+-----------+------------+-----------+-------+
|Sepal.Length|Sepal.Width|Petal.Length|Petal.Width|Species|
+------------+-----------+------------+-----------+-------+
| 5.1 | 3.5 | 1.4 | 0.2 | setosa|
| 4.9 | 3.0 | 1.4 | 0.2 | setosa|
| 4.7 | 3.2 | 1.3 | 0.2 | setosa|
| 4.6 | 3.1 | 1.5 | 0.2 | setosa|
| 5.0 | 3.6 | 1.4 | 0.2 | setosa|
| 5.4 | 3.9 | 1.7 | 0.4 | setosa|
+------------+-----------+------------+-----------+-------+
+---+---+---+---+------+
|5.1|3.5|1.4|0.2|setosa|
|4.9|3.0|1.4|0.2|setosa|
|4.7|3.2|1.3|0.2|setosa|
|4.6|3.1|1.5|0.2|setosa|
|5.0|3.6|1.4|0.2|setosa|
|5.4|3.9|1.7|0.4|setosa|
+---+---+---+---+------+
[36m──[39m [1mheatmap columns[22m [36m─────────────────────────────────────────────────────────────[39m
── [1m[1mdefault heatmap settings[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom colors[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [43m4[49m │
│ [43m21[49m │ 6 │160.0│[44m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [43m4[49m │
│[43m22.8[49m│ 4 │108.0│ [44m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [44m1[49m │
│[43m21.4[49m│ 6 │258.0│[44m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [44m1[49m │
│[44m18.7[49m│ 8 │360.0│[43m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [44m2[49m │
│[44m18.1[49m│ 6 │225.0│[44m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [44m1[49m │
│[44m14.3[49m│ 8 │360.0│[43m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [43m4[49m │
│[43m24.4[49m│ 4 │146.7│ [44m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [44m2[49m │
│[43m22.8[49m│ 4 │140.8│ [44m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [44m2[49m │
│[44m19.2[49m│ 6 │167.6│[44m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [43m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
── [1m[1mheatmap custom range[1m[22m ──
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4 │ 4 │
│ [41m21[49m │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4 │ 4 │
│[41m22.8[49m│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4 │ 1 │
│[41m21.4[49m│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│[42m18.7[49m│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3 │ 2 │
│[42m18.1[49m│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3 │ 1 │
│[42m14.3[49m│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3 │ 4 │
│[41m24.4[49m│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4 │ 2 │
│[41m22.8[49m│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4 │ 2 │
│[42m19.2[49m│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mhilite rows[22m [36m─────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
[41m│ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4 │ 4 │[49m
│ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4 │ 4 │
[41m│22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4 │ 1 │[49m
│21.4│ 6 │ 258 │110│3.08│3.215│19.44│ 1│ 0│ 3 │ 1 │
│18.7│ 8 │ 360 │175│3.15│ 3.44│17.02│ 0│ 0│ 3 │ 2 │
│18.1│ 6 │ 225 │105│2.76│ 3.46│20.22│ 1│ 0│ 3 │ 1 │
[41m│14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3 │ 4 │[49m
│24.4│ 4 │146.7│ 62│3.69│ 3.19│ 20 │ 1│ 0│ 4 │ 2 │
│22.8│ 4 │140.8│ 95│3.92│ 3.15│ 22.9│ 1│ 0│ 4 │ 2 │
│19.2│ 6 │167.6│123│3.92│ 3.44│ 18.3│ 1│ 0│ 4 │ 4 │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mcombined[22m [36m────────────────────────────────────────────────────────────────────[39m
┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
│ mpg│cyl│ disp│ hp│drat│ wt │ qsec│vs│am│gear│carb│
├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.620│16.46│ 0│ 1│ 4 │ [41m4[49m │
│ [41m21[49m │ 6 │160.0│[42m110[49m│3.90│2.875│17.02│ 0│ 1│ 4 │ [41m4[49m │
│[41m22.8[49m│ 4 │108.0│ [42m93[49m│3.85│2.320│18.61│ 1│ 1│ 4 │ [42m1[49m │
│[41m21.4[49m│ 6 │258.0│[42m110[49m│3.08│3.215│19.44│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m18.7[49m│ 8 │360.0│[41m175[49m│3.15│3.440│17.02│ 0│ 0│ 3 │ [42m2[49m │[39m
│[42m18.1[49m│ 6 │225.0│[42m105[49m│2.76│3.460│20.22│ 1│ 0│ 3 │ [42m1[49m │
[33m│[42m14.3[49m│ 8 │360.0│[41m245[49m│3.21│3.570│15.84│ 0│ 0│ 3 │ [41m4[49m │[39m
│[41m24.4[49m│ 4 │146.7│ [42m62[49m│3.69│3.190│20.00│ 1│ 0│ 4 │ [42m2[49m │
│[41m22.8[49m│ 4 │140.8│ [42m95[49m│3.92│3.150│22.90│ 1│ 0│ 4 │ [42m2[49m │
│[42m19.2[49m│ 6 │167.6│[42m123[49m│3.92│3.440│18.30│ 1│ 0│ 4 │ [41m4[49m │
└────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
[36m──[39m [1mnot all numeric[22m [36m─────────────────────────────────────────────────────────────[39m
Saving _problems/test-demo-5.R
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-box.R:1:1', 'test-cli_table.R:78:1',
'test-cli_table.R:181:1', 'test-heatmap.R:2:1', 'test-heatmap.R:16:1',
'test-heatmap.R:69:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cli_table.R:64:3'): cli_table ──────────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:64:3
── Error ('test-cli_table.R:104:3'): to_character_matrix ───────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. └─utils::head(datasets::penguins) at test-cli_table.R:104:3
── Error ('test-cli_table.R:147:3'): column_widths ─────────────────────────────
Error: 'penguins' is not an exported object from 'namespace:datasets'
Backtrace:
▆
1. ├─base::as.matrix(head(datasets::penguins)) at test-cli_table.R:147:3
2. └─utils::head(datasets::penguins)
── Failure ('test-demo.R:5:3'): demo ───────────────────────────────────────────
Expected `demo()` not to throw any errors.
Actually got a <simpleError> with message:
'penguins' is not an exported object from 'namespace:datasets'
[ FAIL 4 | WARN 0 | SKIP 6 | PASS 40 ]
Error:
! Test failures.
Execution halted
OK
r-patched-linux-x86_64
*
OK
r-release-linux-x86_64
*
OK
r-release-macos-arm64
*
OK
r-release-macos-x86_64
*
OK
r-release-windows-x86_64
*
Check History
ERROR 11 OK · 0 NOTE · 0 WARNING · 3 ERROR · 0 FAILURE Mar 9, 2026
ERROR
r-oldrel-macos-arm64
dependencies in R code
Missing or unexported object: ‘datasets::penguins’
ERROR
r-oldrel-macos-x86_64
dependencies in R code
Missing or unexported object: ‘datasets::penguins’
ERROR
r-oldrel-windows-x86_64
dependencies in R code
Missing or unexported object: 'datasets::penguins'
Reverse Dependencies (1)
imports
Dependency Network
Version History
new
0.1.0
Mar 9, 2026