Re: [R] source, echo...and clicking the mouse

2011-07-01 Thread Greg Snow
30, 2011 4:31 PM > To: Greg Snow > Cc: Steven Wolf; 'David Winsemius'; r-help@r-project.org > Subject: Re: [R] source, echo...and clicking the mouse > > On 30/06/2011 5:33 PM, Greg Snow wrote: > > On some operating systems (which we don't know yours, see th

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread Steven Wolf
-Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Thursday, June 30, 2011 6:31 PM To: Greg Snow Cc: Steven Wolf; 'David Winsemius'; r-help@r-project.org Subject: Re: [R] source, echo...and clicking the mouse On 30/06/2011 5:33 PM, Greg Snow wrote: &g

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread Duncan Murdoch
On 30/06/2011 5:33 PM, Greg Snow wrote: On some operating systems (which we don't know yours, see the posting guide) the output is buffered and including a call to flush.console() will flush all the output from the buffer to the console. Put the function call throughout the script and when it

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread Greg Snow
; From: David Winsemius [mailto:dwinsem...@comcast.net] > Sent: Thursday, June 30, 2011 4:40 PM > To: Steven Wolf > Cc: r-help@r-project.org > Subject: Re: [R] source, echo...and clicking the mouse > > > On Jun 30, 2011, at 4:16 PM, Steven Wolf wrote: > > > I'm

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread David Winsemius
[mailto:dwinsem...@comcast.net] Sent: Thursday, June 30, 2011 4:40 PM To: Steven Wolf Cc: r-help@r-project.org Subject: Re: [R] source, echo...and clicking the mouse On Jun 30, 2011, at 4:16 PM, Steven Wolf wrote: I'm attempting to view the progress of a script that I call on my scre

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread Steven Wolf
p@r-project.org Subject: Re: [R] source, echo...and clicking the mouse On Jun 30, 2011, at 4:16 PM, Steven Wolf wrote: > I'm attempting to view the progress of a script that I call on my > screen as > follows: > > source("myscript.R", echo=TRUE) > > When it is r

Re: [R] source, echo...and clicking the mouse

2011-06-30 Thread David Winsemius
On Jun 30, 2011, at 4:16 PM, Steven Wolf wrote: I'm attempting to view the progress of a script that I call on my screen as follows: source("myscript.R", echo=TRUE) When it is running, I have to click my mouse in the GUI window for anything to show up. I am wondering if I can change som

[R] source, echo...and clicking the mouse

2011-06-30 Thread Steven Wolf
I'm attempting to view the progress of a script that I call on my screen as follows: source("myscript.R", echo=TRUE) When it is running, I have to click my mouse in the GUI window for anything to show up. I am wondering if I can change something so that it writes to my GUI window automati