peter dalgaard writes:
> On 29 Oct 2015, at 10:44 , Rainer M Krug wrote:
>
>> Out of interest: What is the magic ~R CMD~ is doing? Is it documented
>> anywhere?
>
>
> R is open source (and shell scripts are considered self-documenting by
> some)
True - should have looked in the sources...
On 29 Oct 2015, at 10:44 , Rainer M Krug wrote:
> Out of interest: What is the magic ~R CMD~ is doing? Is it documented
> anywhere?
R is open source (and shell scripts are considered self-documenting by some)
On Unix-alikes, R is a shell script which, if called with 1st argument CMD,
cal
Deepayan Sarkar writes:
> On Thu, Oct 29, 2015 at 2:09 PM, Rainer M Krug wrote:
>> Dirk Eddelbuettel writes:
>>
>>> 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 c
On Thu, Oct 29, 2015 at 2:09 PM, Rainer M Krug wrote:
> Dirk Eddelbuettel writes:
>
>> 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
>> | consequen
Dirk Eddelbuettel writes:
> 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
> | gen
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
>
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
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