我刚开始使用 R。我运行的是 64 位 Windows8 机器。
以下是我发出的命令和我得到的回复:
install.packages("DMwR")
library() #to check if DMwR was installed and it shows up in Packages in library
## ‘C:/Program Files/R/R-3.0.2/library’
library(DMwR) # THIS IS WHERE I get the error.
错误消息:loadNamespace 中的错误(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :没有名为“abind”的包错误:包或“DMwR”的命名空间加载失败</p>
我该如何解决?
谢谢大家!