Re: [R] running R commands asynchronously

2011-06-12 Thread Norm Matloff
On 06/10/2011 02:29 PM, Richard M. Heiberger wrote: > I am interested in running R commands asynchronously... You can do this with my Rdsm package on CRAN. Set up 2 Rdsm clients, which I'll call A and B. Use client A as you main R session, where you do most of your work, but start your asynchro

Re: [R] running R commands asynchronously

2011-06-11 Thread Martin Morgan
On 06/10/2011 02:29 PM, Richard M. Heiberger wrote: I am interested in running R commands asynchronously. My first choice is in the same R session that I am currently in. Here, the goal would be to run something like RunAsynchSameSession(myfunction(), "outputname.rda") Once RunAsynchSame

Re: [R] running R commands asynchronously

2011-06-11 Thread Greg Snow
that don't have the experience to know better. -Original Message- From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Sent: Friday, June 10, 2011 11:36 PM To: Greg Snow Cc: Richard M. Heiberger; r-help Subject: Re: [R] running R commands asynchronously On Fri, 10 Jun 2011, Greg

Re: [R] running R commands asynchronously

2011-06-10 Thread Prof Brian Ripley
On Fri, 10 Jun 2011, Greg Snow wrote: Tk windows run asynchronous to the rest of R, so you could write a small function that lets you type the command into a Tk window and runs it while you continue to work in the main R, then the window could signal you when the function finishes. That is r

Re: [R] running R commands asynchronously

2011-06-10 Thread Greg Snow
Tk windows run asynchronous to the rest of R, so you could write a small function that lets you type the command into a Tk window and runs it while you continue to work in the main R, then the window could signal you when the function finishes. -Original Message- From: r-help-boun...@r-