Re: [Rd] R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"

2016-01-05 Thread Michael Felt
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

Re: [Rd] For integer vectors, `as(x, "numeric")` has no effect.

2016-01-05 Thread Josh O'Brien
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

Re: [Rd] deparse with parentheses for SUBSET

2016-01-05 Thread Radford Neal
> 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

Re: [Rd] For integer vectors, `as(x, "numeric")` has no effect.

2016-01-05 Thread Martin Maechler
> 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