Is matrix size in bigmemory library limited by "max vector size" in R?

206 views Asked by At

we have a big matrix that can not fit in bigmemory, because it exceeds the max_vector_size, is there a way to solve this?

a = matrix(rnorm(200e6 * 15), 200e6) b = as.big.matrix(a, backingfile="") Error in SetMatrixElements(x@address, as.double(j), as.double(i), as.double(value)) : long vectors not supported yet: ../include/Rinlinedfuns.h:138 Error during wrapup: long vectors not supported yet: ../include/Rinlinedfuns.h:138

Thank you. JC

0

There are 0 answers