Re: [R] convenience question

2009-10-04 Thread Gabor Grothendieck
Add a flush.console() statement after each cat. On Sun, Oct 4, 2009 at 11:32 AM, Philip A. Viton wrote: > > On: R 2.8.1 / Ms Windows / R-Gui-R-console > > I have a long-ish function, and to re-assure myself that it's actually > making progress I've arranged a set of messages to the console (usin

[R] convenience question

2009-10-04 Thread Philip A. Viton
On: R 2.8.1 / Ms Windows / R-Gui-R-console I have a long-ish function, and to re-assure myself that it's actually making progress I've arranged a set of messages to the console (using cat). But what happens is that the messages don't actually display until the function has finished, which so