Re: [R] crontab to Run R Code

2013-01-17 Thread Gergely Daróczi
Not sure if it would solve all your problems, but try to specify absolute path first e.g. for "R", as *your* PATH is not available for the cronjob. Best, Gergely On Thu, Jan 17, 2013 at 2:53 PM, Pinaki wrote: > Could not figure out where I am going wrong. Following is my code in > crontab -e:-

[R] crontab to Run R Code

2013-01-17 Thread Pinaki
Could not figure out where I am going wrong. Following is my code in crontab -e:- MAILTO: users MAILTO= users # m h dom mon dow command 3 19 * * * $HOME/users/REPORT/MAIL; time R --slave < report.R [[alternative HTML version deleted]] __ R