Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ff パッケージを使用してマトリックスを生成しようとしましたが、次のエラーが発生します。
Matrixff <- ff(0, dim = c(1000, 10000)) Error in splitPathFile(x) : 4 arguments passed to .Internal(nchar) which requires 3
どうすれば解決できますか?
R のバージョンを R 3.2.1 にアップグレードしたところ、動作しました。