Skip to content

new package: colorout (Colorize R output on terminal emulator)

1 message · Jakson A. Aquino

#
Hello,

Two days ago I posted a patch to R source code to colorize its output
when running it in a terminal emulator (Linux or other Unix with
support to ANSI escape codes).

I converted the patch into an R package, and people interested in
testing it should do the following:

1) Download and install:

wget http://www.lepem.ufc.br/jaa/colorout_0.1.tar.gz
R CMD INSTALL colorout_0.1.tar.gz

2) Run R and load the package:

library(colorout)

Best regards,