Re: [Rd] --interactive and -f/-e

2015-04-30 Thread Mick Jordan
On 4/29/15 3:20 AM, Martin Maechler wrote: Mick Jordan on Tue, 28 Apr 2015 18:11:54 -0700 writes: So, in principle it should not seem hard to make --interactive work for '-e' and '-f' as well, but I don't see quickly how. Just changing the line in unix/system.c you've mentioned above is

Re: [Rd] --interactive and -f/-e

2015-04-29 Thread Martin Maechler
> Mick Jordan > on Tue, 28 Apr 2015 18:11:54 -0700 writes: > I was surprised by this: > R --interactive -e 'interactive()' > bash-3.2$ R -q -e 'interactive()' --interactive >> interactive() > [1] FALSE >> > as the command options document says that --int