[R] Schedule R script using cron

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Apr 12 12:08:10 CEST 2012



On 12.04.2012 03:51, winie wrote:
> I am trying to schedule my R script using cron, but it is not working. It
> seems R can not find packages in cron. Anyone can help me? Thanks.
>
> The following is my bash script
>
> # source  my porfile
> . /home/winie/.profile
> # script.R will load packages
> R CMD BATCH /home/script.R

Maybe it does not call the R version your expect? Or you have not set 
the pat to the library given the packages are not installed in R's main 
library in R_HOME?

Uwe Ligges


>
> --
> View this message in context: http://r.789695.n4.nabble.com/Schedule-R-script-using-cron-tp4550729p4550729.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list