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