On 04-Jan-16 23:24, Michael Felt wrote:
The bulk is on my forums - the final post for today is:
Results to date:
A. It looks like I am going to need a newer compiler for C - xlc/xlC
V11 apparently does not understand this code:
"/data/prj/cran/R-3.2.3/src/main/memory.c", line 2149.31: 1506
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 writes:
>
>>> Somehow, the most obvious fixes are always back-incompatible these days.
>>> The exam
The bulk is on my forums - the final post for today is:
Results to date:
A. It looks like I am going to need a newer compiler for C - xlc/xlC V11
apparently does not understand this code:
"/data/prj/cran/R-3.2.3/src/main/memory.c", line 2149.31: 1506-046 (S)
Syntax error.
I will have to ch
On 04-Jan-16 15:52, Simon Urbanek wrote:
On Jan 4, 2016, at 1:34 AM, Michael Felt wrote:
I would be "pleased" if you would try packages - i.e., none of "Toolbox" or
Perzl rpm's.
R requires iconv, so you have to get that somehow. I tried to bypass the check
and build it anyway against the
On 04/01/2016 11:09 AM, Lukas Stadler wrote:
Hi,
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 exec
Hi,
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 (`*` first, then `[`),
On Jan 4, 2016, at 1:34 AM, Michael Felt wrote:
> I would be "pleased" if you would try packages - i.e., none of "Toolbox" or
> Perzl rpm's.
>
R requires iconv, so you have to get that somehow. I tried to bypass the check
and build it anyway against the system one, but that fails as there is