jalvesaq/colorout: Colorize R Output on Terminal Emulators

Colorize R output when it is running on a terminal emulator. The functions of this package only work if R is compiled for Unix systems and it is running interactively in a terminal emulator. The terminal must support Select Graphic Rendition (SGR, also known as ANSI escape codes or sequences). The package contains a C library with a function that replaces the default Rstd_WriteConsoleEx which, when enabled, is responsible for printing messages in the Console when R is running in interactive mode. It works with RStudio, but there is no support for Graphical User Interfaces that does not support ANSI colors, such as Windows RGui.

Getting started

Package details

AuthorJakson Aquino and Dominique-Laurent Couturier
MaintainerJakson Alves de Aquino <jalvesaq@gmail.com>
LicenseGPL (>= 2)
Version1.3-0.2
URL https://github.com/jalvesaq/colorout
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jalvesaq/colorout")
jalvesaq/colorout documentation built on Feb. 27, 2024, 2:46 p.m.