Re: [R] system() command in R

2011-04-10 Thread rasanpreet kaur suri
use my brevity. > > Mike Marchywka wrote: >> >> -- >> > Date: Tue, 5 Apr 2011 13:37:12 +0530 >> > From: nandan.a...@gmail.com >> > To: rasanpreet.k...@gmail.com >> > CC: r-help@r-project.org >> > Subject: Re: [R] system() command in R >> >

Re: [R] system() command in R

2011-04-05 Thread Jeff Newmiller
. Please excuse my brevity. Mike Marchywka wrote: _ > Date: Tue, 5 Apr 2011 13:37:12 +0530 > From: nandan.a...@gmail.com > To: > rasanpreet.k...@gmail.com > CC: r-help@r-project.org > Subject: Re: [R] > system() command in R >

Re: [R] system() command in R

2011-04-05 Thread Mike Marchywka
> Date: Tue, 5 Apr 2011 13:37:12 +0530 > From: nandan.a...@gmail.com > To: rasanpreet.k...@gmail.com > CC: r-help@r-project.org > Subject: Re: [R] system() command in R > > On 4 April 2011 16:54, rasanpreet kaur suri wrote

Re: [R] system() command in R

2011-04-05 Thread rasanpreet kaur suri
Hi, The further steps do not get executed because the server keeps waiting. and they are in the same function as the start server. if server started manually then they run normally from the R environment. Is that what you wanted to know? I hope I answered it . On Tue, Apr 5, 2011 at 1

Re: [R] system() command in R

2011-04-05 Thread nandan amar
On 4 April 2011 16:54, rasanpreet kaur suri wrote: > Hi all, > I have a local server insalled on my system and have to start that from > within my R function. > > here is how I start it: > > cmd<-"sh start-server.sh" > > system(cmd, wait=FALSE) > > My function has to start the server and proceed w