Skip to content
Prev 3833 / 15075 Next

flushing of stdout

Joerg,
On Aug 22, 2007, at 11:20 AM, Joerg van den Hoff wrote:

            
I'm not aware of any such change. For me the output is still shown  
progressively, e.g.:

for (i in 1:10) { cat("foo",i,"\n"); rnorm(1e7); }

Can you, please, send us a reproducible example?
.. and it's not meant to (since the R console has nothing to do with  
stdout) - try flush.console() instead ...

Cheers,
Simon