问题
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?
回答1:
I upgraded my version of R to R 3.2.1 and it works.
来源:https://stackoverflow.com/questions/30966925/error-writing-large-matrix-using-r-ff