[R] How to defeat buffering in Rgui? (was: Re: Printing a variable in a loop)

2012-06-29 Thread Spencer Graves
Hello, All: Does anyone know how to defeat buffering of output to the console from Rgui? I routinely print progress reports to the console from within Rterm running under Emacs with ESS (Emacs Speaks Statistics); see the example below. However, when I run the same example under Rgui,

Re: [R] How to defeat buffering in Rgui? (was: Re: Printing a variable in a loop)

2012-06-29 Thread Greg Snow
In the R gui for windows you can turn off buffering with cntrl-w or through one of the menus, but for more general solutions you should look at: ?flush.console ?winProgressBar or ?tcltk::tkProgressBar or ?txtProgressBar On Fri, Jun 29, 2012 at 1:01 AM, Spencer Graves