1

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?

4

1 回答 1

1

我将我的 R 版本升级到 R 3.2.1 并且它可以工作。

于 2015-06-21T17:40:02.340 回答