RE: [R] Turning windows screen buffering on and off

2004-04-19 Thread Philippe Grosjean
08:59:43 +0100 (BST) From: Prof Brian Ripley [EMAIL PROTECTED] Subject: RE: [R] Turning windows screen buffering on and off To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII No, and options() really is part of the R/S language

Re: [R] Turning windows screen buffering on and off

2004-04-19 Thread Duncan Murdoch
On Mon, 19 Apr 2004 10:05:48 +0200, Philippe Grosjean [EMAIL PROTECTED] wrote : The buffered output is a nice thing, and if the user want to use it, then fine! However, it should be nice to know if it is set ON or OFF, and to temporarily change it for some outputs in R scripts. I think this is

RE: [R] Turning windows screen buffering on and off

2004-04-19 Thread Philippe Grosjean
Duncan Murdoch wrote: In the long term, I'd like it if all of Rgui could be moved to a package. From most users' points of view things wouldn't change much, but it would mean it was more practical for someone like you to write your own front-end, either by modifying the standard one or by

RE: [R] Turning windows screen buffering on and off

2004-04-16 Thread Prof Brian Ripley
windows screen buffering on and off Ctrl-W. -roger [EMAIL PROTECTED] wrote: All, Does anyone know if there is an option I can set to turn screen-buffered output on and off with the win32 rgui? (Apart from the point and click method). I am running some simulations where it is useful

RE: [R] Turning windows screen buffering on and off

2004-04-16 Thread Philippe Grosjean
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, 16 April, 2004 06:38 To: [EMAIL PROTECTED] Subject: RE: [R] Turning windows screen buffering on and off I meant via a function or something like: options( buffered.output = FALSE) Sorry, I should have

RE: [R] Turning windows screen buffering on and off

2004-04-16 Thread Liaw, Andy
windows screen buffering on and off Ctrl-W. -roger [EMAIL PROTECTED] wrote: All, Does anyone know if there is an option I can set to turn screen-buffered output on and off with the win32 rgui? (Apart from the point and click method). I am running some simulations

RE: [R] Turning windows screen buffering on and off

2004-04-16 Thread Prof Brian Ripley
On Fri, 16 Apr 2004, Liaw, Andy wrote: From: Prof Brian Ripley No, and options() really is part of the R/S language not the interface. See the rw-FAQ Q6.3 for how to manage the buffering more effectively. (Hint: you need to put calls to flush.console() in your code.) Doesn't

RE: [R] Turning windows screen buffering on and off

2004-04-16 Thread Benjamin . STABLER
+0100 (BST) From: Prof Brian Ripley [EMAIL PROTECTED] Subject: RE: [R] Turning windows screen buffering on and off To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII No, and options() really is part of the R/S language

[R] Turning windows screen buffering on and off

2004-04-15 Thread Toby.Patterson
All, Does anyone know if there is an option I can set to turn screen-buffered output on and off with the win32 rgui? (Apart from the point and click method). I am running some simulations where it is useful to watch output but it gets mildly tiresome having to manually switch things on and

Re: [R] Turning windows screen buffering on and off

2004-04-15 Thread Roger D. Peng
Ctrl-W. -roger [EMAIL PROTECTED] wrote: All, Does anyone know if there is an option I can set to turn screen-buffered output on and off with the win32 rgui? (Apart from the point and click method). I am running some simulations where it is useful to watch output but it gets mildly tiresome

RE: [R] Turning windows screen buffering on and off

2004-04-15 Thread Toby.Patterson
PROTECTED] Subject: Re: [R] Turning windows screen buffering on and off Ctrl-W. -roger [EMAIL PROTECTED] wrote: All, Does anyone know if there is an option I can set to turn screen-buffered output on and off with the win32 rgui? (Apart from the point and click method). I am running