Skip to content
Back to formatted view

Raw Message

Message-ID: <39B6DDB9048D0F4DAD42CB26AAFF0AFA076DE6@usctmx1106.merck.com>
Date: 2005-04-15T20:05:38Z
From: Liaw, Andy
Subject: Running scripts and the console

> From: Stephan Tolksdorf
> 
> Hi,
> 
> is there any way to execute scripts in R (Windows) without the script 
> being copied to the console, so that only error messages are reported?
> Or to have a second console in parallel? Please. Not being 
> able to hit 
> the F10 button like in S-Plus  seriously impairs my productivity (not 
> only because it is slow and clutters my console history).

I believe by default the code being source()'ed in is not echoed to the
console, unless echo=TRUE or options("verbose")=TRUE.  Isn't that the case?


What does F10 do in S-PLUS?  This is an R list, and not everyone here has
access to S-PLUS.  (I have S-PLUS, but couldn't find what F10 does.)
 
> And totally unrelated: Is there any chance that R is renamed to 
> something searchable on Google? "R-Minus" could do the trick... ;-)

R does have its own search site: http://search.r-project.org, accessible
through RSiteSearch() in R-2.1.0-to-be...

Andy

 
> Besides these minor nuisances I'd like to thank the developers for a 
> great product.
> 
> Ciao,
>    Stephan
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
> 
> 
>