Konstantinos Euripides Vorloou
1999-Apr-07 12:15 UTC
[R] Console Output while running scripts
Hi, I am using 0.63.2 on Windows. I have some functions programmed to do repetitive tasks and have some print(variables) statements to check how my program is progressing but get no output on screen (console) while the program is running. I tried CTRL-W as the help says but I get no screen output before each run terminates. Probably some kind of setting needs to be predefined correctly. Any clues ? Best, Costas -- ------------------------------------------------------------------------- Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821 Department of Economics & Finance | Fax: +44 (0)191 374 7289 University of Durham, | email: K.E.Vorloou at durham.ac.uk 23/26 Old Elvet, | or : vorlow at rocketmail.com Durham DH1 3HY, | or : Vorlow at bigfoot.com UK. | Express: 20595534 at pager.mirabilis.com | ICQ number: 20595534 http://www.durham.ac.uk/Economics | http://www.durham.ac.uk/~dec3kev ------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Wed, Apr 07, 1999 at 01:15:50PM +0100, Konstantinos Euripides Vorloou wrote:> Hi, > > I am using 0.63.2 on Windows. I have some functions > programmed to do repetitive tasks and have some > print(variables) statements to check how my program is progressing > but get no output on screen (console) while the program is running. > I tried CTRL-W as the help says but I get no screen output > before each run terminates. Probably some kind of setting needs to be > predefined correctly.Konstantinos, there is a bug in rw0632 which, essentially, reset the console to 'buffered mode' every time some input was requested. In practice, this means that you had to re-hit Ctrl+W after any other command you type (and also after other interactions, e.g., with readline()). I hope to have fixed this bug (signaled some time ago on r-help by K. Halvorsen) in rw0633. In this release, there are also a 'flush.console()' function which let to update the console on demand. So, I will suggest to update (only reason against: Brian Ripley and I hope to make available a Windows binary version of R0.64.0 during next week; hence, you can decide to wait for it). guido -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._