Displaying 3 results from an estimated 3 matches for "arbaut".
Did you mean:
abaut
2017 Apr 27
2
Error with installed.packages with R 3.4.0 on Windows
...he "if" fails because
it needs either T or F.
The source of "installed.packages" seems to be roughly the same as in R
3.3.3, so I wonder if there have been other changes in R, maybe the logical
operators, that would make this function fail.
Any idea?
Best regards,
Jean-Claude Arbaut
[[alternative HTML version deleted]]
2024 Feb 08
1
Is simplify2array working for dimension > 2?
...rsive simplification is not done might make it less
so. But writing docs that address all our possible misconceptions is
pretty difficult (or impossible!), and maybe adding that explicit
caveat would confuse others even more... :-(
Cheers,
Bert
On Thu, Feb 8, 2024 at 12:12?AM Jean-Claude Arbaut <arbautjc at gmail.com> wrote:
>
> Reading the doc for ?simplify2array, I got the impression that with the
> 'higher = T' argument the function returns an array of dimension greater
> than 2 when it makes sense (the doc says "when appropriate", which is
> rath...
2024 Feb 08
1
Is simplify2array working for dimension > 2?
...nsional array, and I didn't understand the documentation correctly?
There is a workaround, one can do for instance
array(unlist(a), dim = c(2, 2, 2))
and there may be better options (checking dimensions?).
In case it's important: running R 4.3.2 on Debian 12.4.
Best regards,
Jean-Claude Arbaut
[[alternative HTML version deleted]]