Re: [Rd] R CMD BATCH vs R CMD batch

2015-10-28 Thread Marius Hofert
Great, thanks, Dirk. Nice example :-) On Wed, Oct 28, 2015 at 10:05 PM, Dirk Eddelbuettel wrote: > > On 28 October 2015 at 21:39, Marius Hofert wrote: > | Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I > | didn't get an error so didn't think about the consequences... One >

Re: [Rd] R CMD BATCH vs R CMD batch

2015-10-28 Thread Dirk Eddelbuettel
On 28 October 2015 at 21:39, Marius Hofert wrote: | Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I | didn't get an error so didn't think about the consequences... One | consequence is (at least on Mac OS X 10.11 but probably in more | generality) that R_BATCH_OPTIONS are ign

[Rd] R CMD BATCH vs R CMD batch

2015-10-28 Thread Marius Hofert
Hi, Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I didn't get an error so didn't think about the consequences... One consequence is (at least on Mac OS X 10.11 but probably in more generality) that R_BATCH_OPTIONS are ignored, which was kind of fatal in my case... I am thus