[R-SIG-Mac] Bug in R.app 1.53 =?utf-8?Q?-n=C3=A9_?="Phantom Text"

Andrew Beckerman a.beckerman at sheffield.ac.uk
Sun Dec 23 21:01:52 CET 2012


For what its worth, there are several threads, labelled as "phantom text", about this in November and December archives.  It is happening on Lion and Mountain Lion. It definitely derives consistently from the script->console activity.

Good to know its stdout.  That's interesting enough. But looking forward to understanding it!

Andrew
---------------------------------------------------------------------------
Dr. Andrew Beckerman
Department of Animal and Plant Sciences, University of Sheffield, 
Alfred Denny Building, Western Bank, Sheffield S10 2TN, UK
ph +44 (0)114 222 0026; fx +44 (0)114 222 0002 
http://www.beckslab.staff.shef.ac.uk/

*** From January - Sept 2013 ***
Instituto de Ciencias Ambientales y Evolutivas, Facultad de Ciencias
Universidad Austral de Chile, Campus Isla Teja s/n, 
Valdivia, Chile


co-Editor-in-Chief,Ecology and Evolution

See our Book "Getting Started with R": http://www.r4all.org

http://www.flickr.com/photos/apbeckerman/
http://www.warblefly.co.uk
--------------------------------------------------------------------------



On Monday, 17 December 2012 at 16:44, Simon Urbanek wrote:

> The grey color is output on stdout, typically it is a solicited output of system commands, for example try
> 
> > system("date")
> Mon Dec 17 11:36:56 EST 2012
> 
> 
> 
> The date will be in gray because the "date" command will print it out there so the GUI passes it on. It's not necessarily R.app itself generating that output.
> 
> Now the big question is who is creating that output - it can be anything from 3rd party hacks to R or custom top-level code used by the user. I don't see any printf/puts in the GUI code so it's unlikely produced by the GUI itself. I'll see if I can reproduce it ..
> 
> Cheers,
> Simon
> 
> 
> On Dec 15, 2012, at 12:12 AM, Earl Brown wrote:
> 
> > When I run code in R.app, in addition to getting the results I expect, the console also randomly prints out previously submitted code and places it before the prompt arrow and/or before the output of what my code asks R to do. The color of this random, unwanted output is gray. This doesn't happen when I run my code in R in a Terminal window, nor did it happen before I upgraded to R 2.15.2 and R.app 1.53 a few days ago. Take a look at the two attached screen shots, one of R.app and the other of Terminal running the same code. And here's my sessionInfo():
> > 
> > > sessionInfo()
> > R version 2.15.2 (2012-10-26)
> > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
> > 
> > locale:
> > [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
> > 
> > attached base packages:
> > [1] stats graphics grDevices utils datasets methods base
> > 
> > Any ideas? Thanks, Earl Brown
> > 
> > -----
> > Earl K. Brown, PhD
> > Assistant Professor of Spanish Linguistics
> > Advisor, TEFL MA Program
> > Department of Modern Languages
> > Kansas State University
> > 
> > <Screen Shot 2012-12-14 at 10.53.49 PM.png><Screen Shot 2012-12-14 at 10.54.14 PM.png>_______________________________________________
> > R-SIG-Mac mailing list
> > R-SIG-Mac at r-project.org (mailto:R-SIG-Mac at r-project.org)
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 
> 
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org (mailto:R-SIG-Mac at r-project.org)
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



More information about the R-SIG-Mac mailing list