"JR" == "Jeff Ryan" <[EMAIL PROTECTED]>
on Wed, 3 Dec 2008 15:22:24 -0600
JR> My 2c:
JR>
JR> The real issue for me is that this approach to handling S4 objects by
JR> altering R functions for the worse is incorrect. (by calling
JR> bind_activation)
JR>
JR> m <- mat
My 2c:
The real issue for me is that this approach to handling S4 objects by
altering R functions for the worse is incorrect. (by calling
bind_activation)
m <- matrix(1:2e6L) # 2 million obs
> system.time(cbind(m,m))
user system elapsed
0.027 0.017 0.044
> methods:::bind_activation(TRU
Dear all,
As far as I understand, the number of arguments in methods:::cbind is
limited by the "self recursive" construction of the function
which generates nested loops.
A workaround could be to use the internal cbind function on blocks of
non S4 objects. The limitation would then be reduced to