similar to: New package 'colorout' to colorize R output on terminal emulators

Displaying 20 results from an estimated 100 matches similar to: "New package 'colorout' to colorize R output on terminal emulators"

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 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
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 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
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
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
2006 Apr 17
0
emulators/wine: starcraft fails on FreeBSD 6-stablee
With previous versions of wine starcraft was running perfectly fine, now I get the following error: err:seh:segv_handler Got unexpected trap 0 Fatal error 'thr_resume_wrapper: thread has returned from _thread_switch' at line 1128 in file /mnt/vault/src/lib/libpthread/thread/thr_kern.c (errno = 22) Abort trap The screen resolution is changed to 640x480 and it turns black for a moment
2006 Apr 25
3
Reconnecting wine-users and comp.emulators.ms-windows.wine
Hi Folks, I'm trying an experiment this morning; trying to reconnect this mailing list and the Usenet newsgroup so that they can be considered one logical entity. We used to have this feature, but it was done by a third party tool that did not work well. Then mailman added this feature, but when we tried it, it went psycho, trying to sync every email that ever was. But now mailman has
2004 Nov 25
4
Callus, Mame and other emulators
Hi! I'd like to play with snes, arcade and other retro games, but unfortunatelly there isn't any linux emus for this. So I run the emutaltor callus with wine, with medius succes: Callus works fine, everything is ok, but it uses 100% CPU, and becouse of that, the soung goes wrongs somethimes. I don't know why it is takes so mutch work to wine... Callus emulate only 66 Mhz... The
2012 May 18
3
Re: [XenARM] Regarding Xen-ARM for Cortex-A8 on Fast Model Emulators [FME]
Questions about the port of Xen to ARM with virt extensions are best posted to xen-devel, the xen-arm list focuses on the PV port. Adding xen-devel since it seems you are mainly asking about the w/-virt-extensions port. On Fri, 2012-05-18 at 12:38 +0100, Krishna Pavan wrote: > Please inform the status of Xen-ARM for Cortex-A8 CPU''s on FME from > ARM. AFAIK no one has tried the
2012 Mar 16
9
Will it be possible for Wine to run gaming emulators?
I tried to run TGB Dual emulator and MSX emulator on Wine. Both seemed to run nicely on the first glimpse, but crashed when I tried to load the game files. I did not quite expect this since I felt that those emulators were quite simple in their programming details. Will it be possible in a near future for Wine to run these kinds of gaming emulators of old gaming consoles? Or is it already
2013 Nov 25
2
[LLVMdev] Language Reference bug?
Hi, The language reference uses "::" many places where it seems it should be using ".. code-block:: llvm". The result is that Sphinx does not colorize these samples. Should I fix this? Or is it purposeful? Also, anybody but me that has noticed that Sphinx does not always colorize things even if you put the proper ".. code-block:: llvm" in front? If it is a known
2014 Jun 27
2
error:max not meaningful for factors
Hola a todos, Estoy intentando utilizar este script para hacer un plot con valores x ,y,z; representando los valores TP(y) y FP(x) y en funcion de la velocidad que seria el factor alpha. Y me da este en el ultimo punto de hacer el plot, alguien sabe que significa? library(ROCR) data(ROCR.simple) pred <- prediction( ROCR.simple$predictions, ROCR.simple$labels ) perf <- performance( pred,
2013 Nov 25
0
[LLVMdev] Language Reference bug?
On Sun, Nov 24, 2013 at 10:19 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Hi, > > The language reference uses "::" many places where it seems it should be > using ".. code-block:: llvm". The result is that Sphinx does not colorize > these samples. > > Should I fix this? Or is it purposeful? > Could you give an example of what you are
2008 Apr 03
5
Is there a rails Gimp plugin?
Hi, In my app pictures can be uploaded. I want to do two things to the pictures: 1- Add a watermark 2- Add an effect to the picture (colorize) I can do that manually with Gimp and then upload. But how could I make the application to that automatically? Any suggestions for plugins? Regards -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
2006 Sep 07
1
area between two curves, but one is not continuous
Hello, I want to colorize the area between two curves, but one of these curves isn't continuous. The best solution I found is the 2nd example in the help of polygon, but how can I get no area filling for the missing data in the 2nd curve. example: x1 = c(1:8) x2 = c(1:8) y1 = c(1,5,6,1,4,5,5,5) y2 = c(0,3,3,NA,NA,1,3,4) plot(x1,y1,type="l") lines(x2,y2) for the missing parts I
2011 Dec 07
2
plotting and coloring longitudinal data with three time points (ggplot2)
Dear list, I have been struggling with this for some time now, and for the last hour I have been struggling to make a working example for the list. I hope someone out there have some experience with plotting longitudinal data that they will share. My data is some patient data with three different time stamps. First the patients are identified at different times (first time stamp). Second, they
2007 Jun 17
2
Wx::TextCtrl and wxMSW
Hey Alex, Found a solution to the problem that was occuring with wxMSW and the Wx::TextCtrl, have yet to verify that this will work in linux, but my little trick to the matter, was simple, thanks to the things that are provided with both Wx::TextCtrl, and Wx::Window classes. I''m providing this bit of information for thoes who may have trouble with dealing with Wx::TextCtrl, _AND_ have
2012 May 16
0
Announce: Puppet 2.7.15rc1 Available
Puppet 2.7.15rc1 is a maintenance release candidate for Puppet in the 2.7.x series. Downloads are available at: * Source http://downloads.puppetlabs.com/puppet/puppet-2.7.15rc1.tar.gz RPMs are available at http://yum.puppetlabs.com/el or /fedora Debs are available at http://apt.puppetlabs.com Mac packages are available at http://downloads.puppetlabs.com/mac/puppet-2.7.15rc1.dmg See the