The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

clitable

R-CMD-check Codecov test coverage CRAN status License: AGPL-3.0-or-later

The aim of clitable is to print tables in the terminal, using ANSI strings thanks to the ‘cli’ and ‘crayon’ packages to use formatting and colours.

screenshot

Installation

Install it from github:

### using devtools
# install devtools from CRAN if needed
install.packages('devtools') 

install_github('kforner/clitable')

### or using pak
# install pak from CRAN if needed
install.packages('pak') 
pak::pak("kforner/clitable")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.