Re: [R] R with command line

2010-04-28 Thread Duke
On 4/28/10 10:16 AM, peter dalgaard wrote: On Apr 28, 2010, at 4:03 PM, Duke wrote: I just did it, and it said it ignored the arg: $ R R_PROFILE_USER=try.R ARGUMENT 'R_PROFILE_USER=try.R' __ignored__ ... What am I doing wrong? Using Windows syntax on a Unix machi

Re: [R] R with command line

2010-04-28 Thread peter dalgaard
On Apr 28, 2010, at 4:03 PM, Duke wrote: > > I just did it, and it said it ignored the arg: > > $ R R_PROFILE_USER=try.R > ARGUMENT 'R_PROFILE_USER=try.R' __ignored__ ... > > > > What am I doing wrong? Using Windows syntax on a Unix machine (Duncan got confused) It's the other way aroun

Re: [R] R with command line

2010-04-28 Thread Duncan Murdoch
On 28/04/2010 10:03 AM, Duke wrote: On 4/28/10 9:53 AM, Duncan Murdoch wrote: > On 28/04/2010 9:38 AM, Duke wrote: >> On 4/27/10 8:04 PM, Duncan Murdoch wrote: >> > On 27/04/2010 6:15 PM, Duke wrote: >> >> Hi all, >> >> >> >> I am testing R by trying R on command line (ie without opening R >> >>

Re: [R] R with command line

2010-04-28 Thread Duke
On 4/28/10 9:53 AM, Duncan Murdoch wrote: On 28/04/2010 9:38 AM, Duke wrote: On 4/27/10 8:04 PM, Duncan Murdoch wrote: > On 27/04/2010 6:15 PM, Duke wrote: >> Hi all, >> >> I am testing R by trying R on command line (ie without opening R >> console) on a Mac Pro with 10.6. So I created a file p

Re: [R] R with command line

2010-04-28 Thread Duke
On 4/27/10 8:04 PM, Duncan Murdoch wrote: On 27/04/2010 6:15 PM, Duke wrote: Hi all, I am testing R by trying R on command line (ie without opening R console) on a Mac Pro with 10.6. So I created a file plot.R: x11(width=5,height=3.5) plot(1:10,1:10) So I have two questions below (please fo

Re: [R] R with command line

2010-04-28 Thread Duncan Murdoch
On 28/04/2010 9:38 AM, Duke wrote: On 4/27/10 8:04 PM, Duncan Murdoch wrote: > On 27/04/2010 6:15 PM, Duke wrote: >> Hi all, >> >> I am testing R by trying R on command line (ie without opening R >> console) on a Mac Pro with 10.6. So I created a file plot.R: >> >> x11(width=5,height=3.5) >> pl

Re: [R] R with command line

2010-04-27 Thread Duncan Murdoch
On 27/04/2010 6:15 PM, Duke wrote: Hi all, I am testing R by trying R on command line (ie without opening R console) on a Mac Pro with 10.6. So I created a file plot.R: x11(width=5,height=3.5) plot(1:10,1:10) So I have two questions below (please forgive me if the questions have been asked