[BioC] R, R scripting and shell

Seth Falcon sfalcon at fhcrc.org
Tue Apr 18 16:34:34 CEST 2006


"claudio.is at libero.it" <claudio.is at libero.it> writes:

> Dear BioC,
>
> I need to send a R script in a ROCK enviroment from the front end to a
> node. In orther to do this I need to evoke R and an R script within a
> bash script. How can I do this?

R --slave < some_script.R

or 

R CMD BATCH some_script.R

+ seth



More information about the Bioconductor mailing list