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). And totally unrelated: Is there any chance that R is renamed to something searchable on Google? "R-Minus" could do the trick... ;-) Besides these minor nuisances I'd like to thank the developers for a great product. Ciao, Stephan
> 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 > > >
You can do it the same way that I do it for both R and S-PLUS -- use Emacs/ESS. There are sensibly reasons to use cross-platform tools, even if they are a bit harder to get used to (being a compromise between many systems). On 4/15/05, Stephan Tolksdorf <andorxor at gmx.de> wrote:> 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). > > And totally unrelated: Is there any chance that R is renamed to > something searchable on Google? "R-Minus" could do the trick... ;-) > > 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 >-- best, -tony "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05). A.J. Rossini blindglobe at gmail.com