Re: [R] How to run R in batch mode

2005-11-21 Thread Beatriz
system(R CMD BATCH test.R,intern=TRUE) command works! thanks to everybody thank you kindly Duncan Murdoch wrote: On 11/18/2005 11:25 AM, Beatriz wrote: I write R CMD BATCH test.R in my R console I have send you an image (RunBatch.jpg) of my console and the test.R file I

[R] How to run R in batch mode

2005-11-18 Thread Beatriz
Hello to everybody! I want to run R in batch mode but it doen't work (Error: syntax error) I've found this in R help: R CMD BATCH [options] infile [outfile] I have tried differents commands: (I have been working in the same directory I have test.txt file and test2.txt would be the output file)

Re: [R] How to run R in batch mode

2005-11-18 Thread Paul Roebuck
On Fri, 18 Nov 2005, Beatriz wrote: I want to run R in batch mode but it doen't work (Error: syntax error) I've found this in R help: R CMD BATCH [options] infile [outfile] I have tried differents commands: (I have been working in the same directory I have test.txt file and test2.txt

Re: [R] How to run R in batch mode

2005-11-18 Thread Duncan Murdoch
On 11/18/2005 10:20 AM, Beatriz wrote: Hello to everybody! I want to run R in batch mode but it doen't work (Error: syntax error) I've found this in R help: R CMD BATCH [options] infile [outfile] I have tried differents commands: (I have been working in the same directory I have

Re: [R] How to run R in batch mode

2005-11-18 Thread Beatriz
I've only wirtten library(limma) in my test.txt file and I've tried with test.R and test.r too I' don't know the problem Thank you Paul Roebuck wrote: On Fri, 18 Nov 2005, Beatriz wrote: I want to run R in batch mode but it doen't work (Error: syntax error) I've found this in R help: R

Re: [R] How to run R in batch mode

2005-11-18 Thread Paul Roebuck
On Fri, 18 Nov 2005, Beatriz wrote: Paul Roebuck wrote: On Fri, 18 Nov 2005, Beatriz wrote: I want to run R in batch mode but it doen't work (Error: syntax error) [SNIP] I don't know what is wrong. Could you help me, please? Isn't it possible that it is working just fine and you

Re: [R] How to run R in batch mode

2005-11-18 Thread Duncan Murdoch
On 11/18/2005 11:25 AM, Beatriz wrote: I write R CMD BATCH test.R in my R console I have send you an image (RunBatch.jpg) of my console and the test.R file I don't think the jpg made it to R-help, but I saw it. You tried to run R CMD BATCH test.R from within R. That's meant to be a

[R] how to run R in batch mode?

2005-04-21 Thread Wensui Liu
In windows system, how can I run a R file in batch mode? Thank you so much! __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] how to run R in batch mode?

2005-04-21 Thread Dimitris Rizopoulos
://www.student.kuleuven.ac.be/~m0390867/dimitris.htm - Original Message - From: Wensui Liu [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Thursday, April 21, 2005 3:30 PM Subject: [R] how to run R in batch mode? In windows system, how can I run a R file in batch mode? Thank you so much

Re: [R] how to run R in batch mode?

2005-04-21 Thread Uwe Ligges
Wensui Liu wrote: In windows system, how can I run a R file in batch mode? Please read the R for Windows FAQs: Can I use R CMD BATCH? Uwe Ligges Thank you so much! __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help