简体   繁体   English

在Mac上安装ez软件包错误

[英]Installing package ez on mac error

Just installed R and RStudio on macbook pro running Yosemite. 刚刚在运行优胜美地的macbook pro上安装了R和RStudio。 When I try to install the ez package, I get a number of error messages, whether I use the R package manager or the install.packages command. 尝试安装ez软件包时,无论使用R软件包管理器还是install.packages命令,都会收到许多错误消息。

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : loadNamespace(j <-i [[1L]],c(lib.loc,.libPaths()),versionCheck = vI [[j]])中的错误:
there is no package called 'quantreg' 没有名为“ quantreg”的软件包
Error: package or namespace load failed for 'ez' 错误:“ ez”的程序包或名称空间加载失败

I have no idea what to do. 我不知道该怎么做。

Solved by using the package installer and installing quantreg from there. 通过使用软件包安装程序并从那里安装Quantreg来解决。 Apparently install.packages had trouble doing that. 显然install.packages这样做很麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM