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

Displaying 20 results from an estimated 400 matches similar to: "new package: colorout (Colorize R output on terminal emulator)"

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,
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,
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
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
2009 May 08
2
Vim R plugin-2
Dear R users, People who uses vim in Linux/Unix may be interested in checking the plugin for R that I'm developing: http://www.vim.org/scripts/script.php?script_id=2628 The plugin includes omni completion for R objects, code indentation and communication with R running in a terminal emulator (xterm or gnome-terminal). This last feature was already present in Johannes Ranke's plugin.
2009 Sep 15
1
comma as decimal separator in xtable
Hello, How can I make xtable print a comma as decimal separator? Setting the option OutDec isn't enough for xtable: library(xtable) options(OutDec = ",") x <- c(1.1, 1.2, 1.3) y <- c(2.3, 2.2, 2.1) d <- data.frame(x, y) d print(xtable(d)) Thanks! Jakson Aquino
2011 Jun 23
1
Permission to create an article on wiki.centos.org
- Your FirstnameLastname username; LucasSaboya - The proposed subject of your Wiki contribution(s); translate the release notes and some other stuff to brazilian portuguese - The proposed location of your Wiki contribution(s) At this point, just the release notes section, but later on, the howto section and some other stuff.. -- -- Atenciosamente, Lucas do Amaral
2013 Jul 13
1
return code of 127 is out of bounds - plugin may be missing
hi sir / maam can you help me on this *return code of 127 is out of bounds - plugin may be missing* in centos configuration in nagios thank you rolly aquino -- Rolly Aquino | I.T. Support <http://www.xend.com.ph> www.xend.com.ph This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
2009 May 31
1
Bug in gmodels CrossTable()?
Is the code below showing a bug in Crosstable()? My expectation was that the values produced by xtabs were rounded instead of truncated: library(gmodels) abc <- c("a", "a", "b", "b", "c", "c") def <- c("d", "e", "f", "f", "d", "e") wgt <- c(0.8, 0.6, 0.4, 0.5, 1.4, 1.3)
2009 Oct 05
4
Vim-R-plugin (new version)
Dear R users, The author of Tinn-R (Jose Claudio Faria) now is co-author of Vim-R-plugin2, a plugin that makes it possible to send commands from the Vim text editor to R. We added many new key bindings, restructured the menu and created new Tool Bar buttons. The new version is available at: http://www.vim.org/scripts/script.php?script_id=2628 NOTES: (1) Some old key binding changed,
2015 Oct 12
2
CentOS-docs Digest, Vol 107, Issue 4
Hi, I am finished my first page, but there are a problem with links. Example: link for page bg / Search referrer to bg / frontpage / Search Is this right? Thank you 2015-10-12 9:00 GMT-03:00 <centos-docs-request at centos.org>: > Send CentOS-docs mailing list submissions to > centos-docs at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2015 Oct 09
4
Contribute to the Wiki
Hi, My name is Norberto Aquino. username norbertoaquino I'm interested in translating the wiki for Brazilian Portuguese. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20151009/2110e537/attachment-0002.html>
2015 Oct 10
0
Contribute to the Wiki
On Fri, Oct 9, 2015 at 12:46 PM, Norberto Aquino <norbertoaquino at gmail.com> wrote: > Hi, > > My name is Norberto Aquino. > username norbertoaquino > I'm interested in translating the wiki for Brazilian Portuguese. > > Thank you Please change your wiki name to NorbertoAquino (standardised CamelCase). Once you login with the right name, you can start editing the
2010 Sep 18
0
Vim-R-plugin now works on Windows too
Dear R users, Some of you may be interested in the following announcement: The Vim-R-plugin now works on Windows too. With the Vim-R-plugin we can send commands to R from the text editor Vim: http://www.vim.org/scripts/script.php?script_id=2628 Notes: On Windows, the plugin copies the command that will be sent to R into the clipboard. Thus, if you have anything in the clipboard it will be
2013 Jul 03
2
configuration of nagios
Hi Sir/Ma'am can i request for configuration of CentOS nagios for moniotoring our servers and switches thank you, rolly aquino
2009 Sep 26
0
Function source: desired characteristics
Hi, We've been calling the function "source" (package base) from Tinn-R editor to send files, marked blocks and selections to R interpreter because it avoids a lot of problems related with input/output synchronization in the Rgui output. The new RGedit plugin is also using this function in this way. We (Jakson Aquino and I) are just finishing a new version of a plug in to Vim
2012 Mar 01
2
How to colorize the panel backgrounds of pairs()?
Dear expeRts, I would like to colorize the backgrounds of a pairs plot according to the respective panel number. Here is what I tried (without success): count <- 0 mypanel <- function(x, y, ...){ count <<- count+1 bg. <- if(count %in% c(1,4,9,12)) "#FDFF65" else NA points(x, y, cex=0.5, bg=bg) } U <- matrix(runif(4*500), ncol=4) pairs(U, panel=mypanel) I
2009 Jun 08
0
SMACOF joint configuration plot with bread data? (Michael Kubovy)
Hi Michael, with res.uc$conf you'll get the single configurations for each rater. You can use these to produce the plot you want to have. Best, Patrick r-help-request at r-project.org wrote: > Send R-help mailing list submissions to > r-help at r-project.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://stat.ethz.ch/mailman/listinfo/r-help >
2017 Sep 01
0
patch: automatically adjust width option when terminal is resized
Accidentally dropped R-devel from this reply. On Fri, 1 Sep 2017, luke-tierney at uiowa.edu wrote: > On Fri, 1 Sep 2017, Ralf Goertz wrote: > >> Am Fri, 1 Sep 2017 07:20:58 -0500 (CDT) >> schrieb luke-tierney at uiowa.edu: >> >>> On Fri, 1 Sep 2017, Ralf Goertz wrote: >>> >>>> Many good programs like vim adjust their internal width
2017 Oct 13
0
Docker volume plugin
Is calavera/docker-volume-glusterfs still the advised volume plugin to use with gluster+docker? -- "A arrog?ncia ? a arma dos fracos." =========================== Me. Italo Moreira Campelo Maia Co-fundador do Grupo de Usu?rios Python do Cear? Secret?rio ForHacker (fb.com/ForHackerSpace) Desenvolvedor Full-Stack, Escritor, Empres?rio, Vision?rio