Displaying 5 results from an estimated 5 matches for "colorout".
Did you mean:
colorlut
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community,
I'm pleased to announce the availability of 'colorout' on CRAN.
The package colorizes R output when it is running on a terminal
emulator.
Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png
You can use either 16 colors (8 colors * 2 degrees of intensity)
or 256 colors to highlight normal text, numbers, strings,
warnings, errors and the ke...
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community,
I'm pleased to announce the availability of 'colorout' on CRAN.
The package colorizes R output when it is running on a terminal
emulator.
Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png
You can use either 16 colors (8 colors * 2 degrees of intensity)
or 256 colors to highlight normal text, numbers, strings,
warnings, errors and the ke...
2011 Nov 17
0
new package: colorout (Colorize R output on terminal emulator)
...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,
--
Jakson Aquino
Federal University of Cear? - Brazil
www.lepem.ufc.br/aquino.php
2010 Feb 23
3
colour highlighting inputs and outputs in the R terminal?
Dear all
Is it possible to get basic colour highlighting for inputs and outputs
in the R terminal? I am looking for something similar to what GUIs
provide, such as JGR and (I think) the Windows R GUI: colouring all
inputs in red, and all outputs in blue. All this in a colour-aware
console (in my case, on Linux).
I've been looking into xterm256 and highlight, but I am sofar unable
to do with
2012 Jan 07
2
colouring a table, data.frame or matrix in an interactive R session
Hi everybody,
as I am dealing with complex confusion matrices, I wonder whether there
might be a way to colour text/tabular data in R. I.e. imagine
highlighting the true positive values or certain classes in a table.
I know how to colour text in graphical output as well as how to sweave
or odfWeave coloured tables. But is there a way to do it directly in an
interactive R session?
Of course I