Muiser, EC wrote: > > The php script executes the following command: "/usr/bin/R --quiet -- > slave < /perl/outfiles/Rscript19785065.R > /perl/outfiles/error19785065.txt"
> Also there is no errorlog (in > "/perl/outfiles/error19785065.txt") This part is easy: the error output should go to 2> and not to >, like this: "/usr/bin/R --quiet --slave < /perl/outfiles/Rscript19785065.R > /perl/outfiles/error19785065.txt 2> error.log" Alberto Monteiro ______________________________________________ R-help@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.