search for: jalvesaq

Displaying 5 results from an estimated 5 matches for "jalvesaq".

2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
...to be used on R output setOutputColors256: Set the colors to be used on R output show256Colors: Create and show a table with 256 colors Any feedback will be appreciated. Sincerely, -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php jalvesaq at gmail.com _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
...to be used on R output setOutputColors256: Set the colors to be used on R output show256Colors: Create and show a table with 256 colors Any feedback will be appreciated. Sincerely, -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php jalvesaq at gmail.com _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Nov 17
0
new package: colorout (Colorize R output on terminal emulator)
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
2012 Dec 06
0
base package: extra new line at source() function
Hi, When we do source("file.R", echo = TRUE) the output on R Console includes an extra new line between each line of code. The extra "\n" is added on line 201 of src/library/base/R/source.R (please, see attached patch). I tested the function without this "\n" on an terminal emulator in Linux and on R Console in Windows RGui. I don't know if the "\n" is
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
Currently the function Rstd_Busy() does nothing (src/unix/sys-std.c): void attribute_hidden Rstd_Busy(int which) { } The function is called through a pointer and R interfaces can change this pointer and, thus, use a different function. I don't plan to create a whole new interface to R, but I maintain a package whose aim is to provide a new feature to R when it's running in a