[R] How to schedule R scripts?

2008-03-27 Thread Lauri Nikkinen
useRs, Is there a way to schedule R scripts? I would like to run certain scripts three times a day. I'm running R on Windows XP. > sessionInfo() R version 2.6.0 (2007-10-03) i386-pc-mingw32 locale: LC_COLLATE=Finnish_Finland.1252;LC_CTYPE=Finnish_Finland.1252;LC_MONETARY=Finnish_Finland.1252;LC_

Re: [R] How to schedule R scripts?

2008-03-28 Thread jim holtman
Under WIndows just write a .bat file that is called by the Scheduled Tasks to execute when you want it. On Fri, Mar 28, 2008 at 1:54 AM, Lauri Nikkinen <[EMAIL PROTECTED]> wrote: > useRs, > > Is there a way to schedule R scripts? I would like to run certain > scripts three times a day. I'm running