Re: [R] running R commands asynchronously

2011-06-13 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

Re: [R] running R commands asynchronously

2011-06-11 Thread Greg Snow
this 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 Snow wrote

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

[R] running R commands asynchronously

2011-06-10 Thread Richard M. Heiberger
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 RunAsynchSameSession had started myfunction(), RunAsynchSameSession

Re: [R] running R commands asynchronously

2011-06-10 Thread Greg Snow
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Richard M. Heiberger Sent: Friday, June 10, 2011 3:30 PM To: r-help Subject: [R] running R commands asynchronously I am interested in running R commands asynchronously. My first choice is in the same R session that I am currently

Re: [R] running R commands asynchronously

2011-06-10 Thread Prof Brian Ripley
PM To: r-help Subject: [R] running R commands asynchronously 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