"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