Re: [R] Running a R file at a specific time each day

2013-02-13 Thread Greg Snow
If you are on windows then there is a task scheduler for windows. Generally the best solutions are to use the OS tools to schedule your task, chron or task scheduler. If you need a solution inside of R then you can use the tclTaskSchedule function in the tcltk2 package. On Mon, Feb 11, 2013 at

Re: [R] Running a R file at a specific time each day

2013-02-11 Thread MacQueen, Don
cron does work just fine on the Mac, and will work the same way as in Linux, except (almost certainly) for the path to R itself. -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 2/11/13 11:16 AM, "Bhupendrasinh Thakre" wrote

Re: [R] Running a R file at a specific time each day

2013-02-11 Thread Bhupendrasinh Thakre
Depends on system you are working. Mac : Automator Windows : save the script in the folder where python is installed and then run it through command prompt. Linux and unix specific : cron jobs. As Mac is unix underneath so cron will work there also but never tried it. Best Regards, Bhupendras

Re: [R] Running a R file at a specific time each day

2013-02-11 Thread Whit Armstrong
man cron or something more robust: http://jenkins-ci.org/ -Whit On Mon, Feb 11, 2013 at 1:51 PM, Christofer Bogaso wrote: > Hello again, > > My query may look quite generic, however at this point of time I just > want explain my problem. I am hopeful that somebody can help me. > > Let say I ha

[R] Running a R file at a specific time each day

2013-02-11 Thread Christofer Bogaso
Hello again, My query may look quite generic, however at this point of time I just want explain my problem. I am hopeful that somebody can help me. Let say I have a script file 'Script.R'. Now I want R to run this script file each day at a specific time, and store the result (the calculation for