安装时遇到问题 data.table
Trouble installing data.table
我在安装 data.table 软件包时遇到问题 (运行ning OS X Yosemite)
执行 install.packages("data.table")
似乎没有给我任何问题,但是当我 运行 library(data.table)
时,我收到以下错误:
Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file '/Library/Frameworks/R.framework/Versions/3.2/Resources/library/plyr/data/Rdata.rdx', probable reason 'No such file or directory'
Error: package or namespace load failed for ‘data.table’
我只需要安装 plyr 就可以了!
我在安装 data.table 软件包时遇到问题 (运行ning OS X Yosemite)
执行 install.packages("data.table")
似乎没有给我任何问题,但是当我 运行 library(data.table)
时,我收到以下错误:
Error in gzfile(file, "rb") : cannot open the connection In addition: Warning message: In gzfile(file, "rb") : cannot open compressed file '/Library/Frameworks/R.framework/Versions/3.2/Resources/library/plyr/data/Rdata.rdx', probable reason 'No such file or directory' Error: package or namespace load failed for ‘data.table’
我只需要安装 plyr 就可以了!