> 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 that only work for output at the R level? I.e., if the output is coming solely from compiled code, my impression is that flush.console() won't help. Am I mistaken? Is it possible to make it an option in Edit / GUI preferences? Best, Andy > On Fri, 16 Apr 2004 [EMAIL PROTECTED] wrote: > > > I meant via a function or something like: > > > > options( buffered.output = FALSE) > > > > Sorry, I should have made that clearer. > > > > Cheers > > Toby > > > > > > > > -----Original Message----- > > From: Roger D. Peng [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 16, 2004 1:11 PM > > To: Patterson, Toby (Marine, Hobart) > > Cc: [EMAIL 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 some simulations where it is useful to watch > output but > > it > > > gets mildly tiresome having to manually switch things on > and off via > > the > > > gui. > > > > > > Thanks > > > > > > Toby. > > > > > > > > >>version > > > > > > _ > > > platform i386-pc-mingw32 > > > arch i386 > > > os mingw32 > > > system i386, mingw32 > > > status > > > major 1 > > > minor 8.1 > > > year 2003 > > > month 11 > > > day 21 > > > language R > > > > > > ______________________________________________ > > > [EMAIL PROTECTED] mailing list > > > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > > > PLEASE do read the posting guide! > > http://www.R-project.org/posting-guide.html > > > > > > > ______________________________________________ > > [EMAIL PROTECTED] mailing list > > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > > > > > -- > Brian D. > Ripley, [EMAIL PROTECTED] > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > University of Oxford, Tel: +44 1865 272861 (self) > 1 South Parks Road, +44 1865 272860 (secr) > Oxford OX1 3TG, UK Fax: +44 1865 272595 > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
