On 05-Jan-16 08:15, Michael Felt wrote:
On 04-Jan-16 15:52, Simon Urbanek wrote:
No, no duplicate warnings.
I am still getting many duplicate warnings, but am getting farther than
before: such as:
=== 64-bit ending - what is internal error 5 in R_compress3
* instal
On Tue, Jan 5, 2016 at 1:31 AM, Martin Maechler
wrote:
>> Josh O'Brien
>> on Mon, 4 Jan 2016 16:16:51 -0800 writes:
>
> > On Dec 19, 2015, at 3:32 AM, Martin Maechler stat.math.ethz.ch> wrote:
>
> >>> Martin Maechler on
> >>> Sat, 12 Dec 2015 10:32:51 +0100 w
> maybe there?s a reason for it, but the discrepancy between the
> handling of `[` and `$` in deparsing seems odd to me:
>
> > substitute(a[1], list(a = quote(x * y)))
> x * y[1]
>
> > substitute(a$b, list(a = quote(x * y)))
> (x * y)$b
>
> The former is still executed in the right order (`*` firs
> Josh O'Brien
> on Mon, 4 Jan 2016 16:16:51 -0800 writes:
> On Dec 19, 2015, at 3:32 AM, Martin Maechler wrote:
>>> Martin Maechler on
>>> Sat, 12 Dec 2015 10:32:51 +0100 writes:
>>
>>> John Chambers on Fri, 11 Dec
>>> 2015 10:11:05 -0800