forked from jalvesaq/colorout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 926 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: colorout
Version: 1.1-0
Date: 2014-12-17
Title: Colorize R output on terminal emulators
Author: Jakson Aquino and Dominique-Laurent Couturier
Maintainer: Jakson Alves de Aquino <[email protected]>
OS_type: unix
Description: Colorize R output when it is running on a terminal emulator.
There is no support for Graphical User Interfaces, such as Windows RGui,
RStudio, RKward, JGR etc. 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.
License: GPL (>= 2)
URL: http://www.lepem.ufc.br/jaa/colorout.html