I've tried to generate a matrix using ff package, but I get the following error:
Matrixff <- ff(0, dim = c(1000, 10000))
Error in splitPathFile(x) :
4 arguments passed to .Internal(nchar) which requires 3
How can I solve that?
I've tried to generate a matrix using ff package, but I get the following error:
Matrixff <- ff(0, dim = c(1000, 10000))
Error in splitPathFile(x) :
4 arguments passed to .Internal(nchar) which requires 3
How can I solve that?
I upgraded my version of R to R 3.2.1 and it works.