search for: lepem

Displaying 6 results from an estimated 6 matches for "lepem".

Did you mean: leem
2011 Nov 17
0
new package: colorout (Colorize R output on terminal emulator)
...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, -- Jakson Aquino Federal University of Cear? - Brazil www.lepem.ufc.br/aquino.php
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 keywords TRUE, FALSE, NA, NaN and Inf. The package is not available for Windows, and there is no support for Graphical...
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 keywords TRUE, FALSE, NA, NaN and Inf. The package is not available for Windows, and there is no support for Graphical...
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
...{ R_is_busy = which; } And the R_is_busy variable could be accessed either directly or through a "get" function, like: int get_busy_state(){ return R_is_busy; } Thanks! -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php
2010 Apr 13
2
Network Analysis
Hi, I am working on a project to understand the linkages between various websites. My data currently looks like the following: Variables: Website referral_site_1 referral_site_2 ... destination_site_1 destination_site_2 ... The values in these fields are just websites. So for every website in the first column, I have the top referral and destination websites. I'd like to do some strength
2012 Dec 06
0
base package: extra new line at source() function
...ached 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 useful in other circumstances. Thanks! -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php