Re: [R] running a program later

2010-08-24 Thread Tim Gruene
On linux or unix you could use the command 'at' to start R in case that the entire job can be started from the command line (e.g. 'R --vanilla < my-R-script'). Tim On Tue, Aug 24, 2010 at 03:01:29PM +0200, l.mohammadikhankahdani wrote: > Hi ALL > > I want to run a program on my office computer, b

Re: [R] running a program later

2010-08-24 Thread Dimitris Rizopoulos
have a look at Sys.sleep(), i.e., you probably need Sys.sleep(3*3600) I hope it helps. Best, Dimitris On 8/24/2010 3:01 PM, l.mohammadikhankahdani wrote: Hi ALL I want to run a program on my office computer, but for some reason I have to run it later when I am not in the office anymore. Is

[R] running a program later

2010-08-24 Thread l.mohammadikhankahdani
Hi ALL I want to run a program on my office computer, but for some reason I have to run it later when I am not in the office anymore. Is there a way to do it? Can I run a program now but in the beginning I say that the rest should be run 3 hours later for example? Thanks a lot Leila