Re: [R] command line fails

2018-02-02 Thread Michael Ashton
aniel Nordlund [mailto:djnordl...@gmail.com] Sent: Friday, February 02, 2018 4:44 PM To: Michael Ashton; r-help@r-project.org Subject: Re: [R] command line fails On 2/2/2018 4:52 AM, Michael Ashton wrote: > Hi - Think this is quick help. Not sure how to trap what is causing my simple > script to

Re: [R] command line fails

2018-02-02 Thread Daniel Nordlund
On 2/2/2018 4:52 AM, Michael Ashton wrote: Hi - Think this is quick help. Not sure how to trap what is causing my simple script to run fine in R, but fail immediately when called from rscript. I can put all sorts of traps in the script itself, but when called from the command line the r window

Re: [R] command line fails

2018-02-02 Thread Enrico Schumann
: Michael Ashton > Cc: Duncan Murdoch; r-help@r-project.org > Subject: Re: [R] command line fails > > > Quoting Michael Ashton : > >> Fascinating. The script runs fine in 3.2.5, but won't run in 3.4.3 >> even with ALL lines commented out. >> >> I have no i

Re: [R] command line fails

2018-02-02 Thread Enrico Schumann
om: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Friday, February 02, 2018 9:03 AM To: Michael Ashton; r-help@r-project.org Subject: Re: [R] command line fails On 02/02/2018 8:20 AM, Michael Ashton wrote: I don't think it's the path or the slashes. I run other files in this same m

Re: [R] command line fails

2018-02-02 Thread Michael Ashton
1.655.8006 -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Friday, February 02, 2018 9:03 AM To: Michael Ashton; r-help@r-project.org Subject: Re: [R] command line fails On 02/02/2018 8:20 AM, Michael Ashton wrote: > I don't think it's the path or t

Re: [R] command line fails

2018-02-02 Thread Duncan Murdoch
: 551.655.8006 -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Friday, February 02, 2018 8:16 AM To: Michael Ashton; r-help@r-project.org Subject: Re: [R] command line fails On 02/02/2018 7:52 AM, Michael Ashton wrote: Hi - Think this is quick help. Not sure

Re: [R] command line fails

2018-02-02 Thread Michael Ashton
o: Michael Ashton; r-help@r-project.org Subject: Re: [R] command line fails On 02/02/2018 7:52 AM, Michael Ashton wrote: > Hi - Think this is quick help. Not sure how to trap what is causing my simple > script to run fine in R, but fail immediately when called from rscript. I can > put all so

Re: [R] command line fails

2018-02-02 Thread Duncan Murdoch
On 02/02/2018 7:52 AM, Michael Ashton wrote: Hi - Think this is quick help. Not sure how to trap what is causing my simple script to run fine in R, but fail immediately when called from rscript. I can put all sorts of traps in the script itself, but when called from the command line the r wind

[R] command line fails

2018-02-02 Thread Michael Ashton
Hi - Think this is quick help. Not sure how to trap what is causing my simple script to run fine in R, but fail immediately when called from rscript. I can put all sorts of traps in the script itself, but when called from the command line the r window simply flashes and closes. There's probably