[R] R: R scripts and parameters

2009-02-18 Thread mauede
Sorry. This is still unclear to me. I generated a file called "Test.R" that contains the following lines: commandArgs(TRUE) cat("\n A = ",A,"\n") cat("\n B = ",B,"\n") cat("\n C = ",C,"\n") First of all I have to clarify which command line we are talking about. If I run the command "Rscript" from

Re: [R] R: R scripts and parameters

2009-02-19 Thread Prof Brian Ripley
You seem not to have put the R bin directory in your path. That is where Rterm, Rscript ... are installed (and the installer does not change the PATH for you). On Thu, 19 Feb 2009, mau...@alice.it wrote: Sorry. This is still unclear to me. I generated a file called "Test.R" that contains the