Skip to content

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
  
  ── clitable border styles ──────────────────────────────────────────────────────
  
  ── style: single  ──
  
  ┌────────────┬───────────┬────────────┬───────────┬───────┐
  │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│
  └───┴───┴───┴───┴──────┘
  ── style: double  ──
  
  ╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
  ║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║
  ╚═══╩═══╩═══╩═══╩══════╝
  ── style: single-double  ──
  
  ╓────────────╥───────────╥────────────╥───────────╥───────╖
  ║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║
  ╙───╨───╨───╨───╨──────╜
  ── style: double-single  ──
  
  ╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
  │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│
  ╘═══╧═══╧═══╧═══╧══════╛
  ── style: classic  ──
  
  +------------+-----------+------------+-----------+-------+
  |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|
  +---+---+---+---+------+
  ── heatmap columns ─────────────────────────────────────────────────────────────
  
  ── default heatmap settings ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom colors ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom range ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── hilite rows ─────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4  │ 1  │
  │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  │
  │14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3  │ 4  │
  │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  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── combined ────────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── not all numeric ─────────────────────────────────────────────────────────────
  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
  
  ── clitable border styles ──────────────────────────────────────────────────────
  
  ── style: single  ──
  
  ┌────────────┬───────────┬────────────┬───────────┬───────┐
  │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│
  └───┴───┴───┴───┴──────┘
  ── style: double  ──
  
  ╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
  ║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║
  ╚═══╩═══╩═══╩═══╩══════╝
  ── style: single-double  ──
  
  ╓────────────╥───────────╥────────────╥───────────╥───────╖
  ║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║
  ╙───╨───╨───╨───╨──────╜
  ── style: double-single  ──
  
  ╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
  │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│
  ╘═══╧═══╧═══╧═══╧══════╛
  ── style: classic  ──
  
  +------------+-----------+------------+-----------+-------+
  |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|
  +---+---+---+---+------+
  ── heatmap columns ─────────────────────────────────────────────────────────────
  
  ── default heatmap settings ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom colors ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom range ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── hilite rows ─────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4  │ 1  │
  │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  │
  │14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3  │ 4  │
  │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  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── combined ────────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── not all numeric ─────────────────────────────────────────────────────────────
  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
  
  ── clitable border styles ──────────────────────────────────────────────────────
  
  ── style: single  ──
  
  ┌────────────┬───────────┬────────────┬───────────┬───────┐
  │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│
  └───┴───┴───┴───┴──────┘
  ── style: double  ──
  
  ╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
  ║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║
  ╚═══╩═══╩═══╩═══╩══════╝
  ── style: single-double  ──
  
  ╓────────────╥───────────╥────────────╥───────────╥───────╖
  ║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║
  ╙───╨───╨───╨───╨──────╜
  ── style: double-single  ──
  
  ╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
  │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│
  ╘═══╧═══╧═══╧═══╧══════╛
  ── style: classic  ──
  
  +------------+-----------+------------+-----------+-------+
  |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|
  +---+---+---+---+------+
  ── heatmap columns ─────────────────────────────────────────────────────────────
  
  ── default heatmap settings ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom colors ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── heatmap custom range ──
  
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  ── hilite rows ─────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │ 160 │110│ 3.9│ 2.62│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │ 160 │110│ 3.9│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │ 108 │ 93│3.85│ 2.32│18.61│ 1│ 1│ 4  │ 1  │
  │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  │
  │14.3│ 8 │ 360 │245│3.21│ 3.57│15.84│ 0│ 0│ 3  │ 4  │
  │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  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── combined ────────────────────────────────────────────────────────────────────
  ┌────┬───┬─────┬───┬────┬─────┬─────┬──┬──┬────┬────┐
  │ mpg│cyl│ disp│ hp│drat│ wt  │ qsec│vs│am│gear│carb│
  ├────┼───┼─────┼───┼────┼─────┼─────┼──┼──┼────┼────┤
  │ 21 │ 6 │160.0│110│3.90│2.620│16.46│ 0│ 1│ 4  │ 4  │
  │ 21 │ 6 │160.0│110│3.90│2.875│17.02│ 0│ 1│ 4  │ 4  │
  │22.8│ 4 │108.0│ 93│3.85│2.320│18.61│ 1│ 1│ 4  │ 1  │
  │21.4│ 6 │258.0│110│3.08│3.215│19.44│ 1│ 0│ 3  │ 1  │
  │18.7│ 8 │360.0│175│3.15│3.440│17.02│ 0│ 0│ 3  │ 2  │
  │18.1│ 6 │225.0│105│2.76│3.460│20.22│ 1│ 0│ 3  │ 1  │
  │14.3│ 8 │360.0│245│3.21│3.570│15.84│ 0│ 0│ 3  │ 4  │
  │24.4│ 4 │146.7│ 62│3.69│3.190│20.00│ 1│ 0│ 4  │ 2  │
  │22.8│ 4 │140.8│ 95│3.92│3.150│22.90│ 1│ 0│ 4  │ 2  │
  │19.2│ 6 │167.6│123│3.92│3.440│18.30│ 1│ 0│ 4  │ 4  │
  └────┴───┴─────┴───┴────┴─────┴─────┴──┴──┴────┴────┘
  
  ── not all numeric ─────────────────────────────────────────────────────────────
  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

Dependencies Reverse dependencies cli crayon srcpkgs clitable

Version History

new 0.1.0 Mar 9, 2026