I am using the following command to call R from Perl
`R BATCH regressExpr.spl temp`;
Any suggestions?
Best,
Daniel F.
[[alternative HTML version deleted]]
______________________________________________
R-h...@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.
Does `R CMD BATCH regressExpr.spl temp` work?
--
Kevin E. Thorpe
Biostatistician/Trialist, Knowledge Translation Program
Assistant Professor, Dalla Lana School of Public Health
University of Toronto
email: kevin....@utoronto.ca Tel: 416.864.5776 Fax: 416.864.6057
Sent from my iPhone
On May 6, 2009, at 8:09 AM, "Kevin E. Thorpe"
It's the way I would call R in batch from the command line. In your
call you are missing the CMD part.