-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
19 lines (19 loc) · 971 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: colorout
Version: 1.3-2
Date: 2024-09-29
Title: Colorize R Output on Terminal Emulators
Author: Jakson Aquino and Dominique-Laurent Couturier
Maintainer: Jakson Alves de Aquino <jalvesaq@gmail.com>
OS_type: unix
Imports: utils
Description: 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.
License: GPL (>= 2)
URL: https://github.com/jalvesaq/colorout