Displaying 3 results from an estimated 3 matches for "do_aperm".
Did you mean:
do_alert
2024 Oct 31
2
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...t the same point. Any thoughts or suggestions would be
appreciated.
This may be unrelated, but as I was monitoring the compilation, I saw
an warning which I haven't seen before in the 20 or so years I've been
building R on Windows:
In function 'R_chk_memset',
inlined from 'do_aperm' at ../main/array.c:1754:5:
../main/memory.c:3578:16: warning: 'memset' specified bound between
18446744056529682432 and 18446744073709551608 exceeds maximum object
size 9223372036854775807 [-Wstringop-overflow=]
3578 | return n ? memset(s, c, n) : s;
|
No idea if it is rela...
2000 Jun 13
1
problem with aperm? (PR#568)
...all, s.ans)) : aperm: invalid second argument,
must be a vector
even though the second argument tested as a vector. This happened both
within the apply() function and calling aperm() separately, even if I
explicitly used a numeric vector for the second argument. I then had a
look at the code for do_aperm(), but as I am unfamiliar with Scheme, had
to give up after trying to work out what CADR and SEXP were.
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "hel...
2024 Oct 31
1
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...t; This may be unrelated, but as I was monitoring the compilation, I saw
>>> an warning which I haven't seen before in the 20 or so years I've been
>>> building R on Windows:
>>>
>>> In function 'R_chk_memset',
>>> inlined from 'do_aperm' at ../main/array.c:1754:5:
>>> ../main/memory.c:3578:16: warning: 'memset' specified bound between
>>> 18446744056529682432 and 18446744073709551608 exceeds maximum object
>>> size 9223372036854775807 [-Wstringop-overflow=]
>>> 3578 | return n...