Skip to content
Prev 10328 / 398503 Next

out of memory?

Hello Peter,
Thursday, March 22, 2001, 2:38:48 PM, you wrote:
PDB> (If there is a bug, it is in array() not complaining when its data=
PDB> argument is getting truncated).

did you refered to following bug:

#-----------------
[1] 11 13 13
Warning message: 
longer object length
        is not a multiple of shorter object length in: 1:3 + 10:11
[1] 0.0000000 0.2890648 0.4771213
#-----------------

which plays its role in

#...
robj <- array(FUN(X, Y, ...), c(dX, dY))
#...

of outer source?