简体   繁体   English

在R中安装SPEI软件包时出错

[英]Error installing SPEI package in R

I am trying to install SPEI in Rstudio, version 1.1.414, running on Windows 7. However, I get the following error message in the console: 我试图在Windows 7上运行的Rstudio 1.1.414版中安装SPEI,但是,在控制台中收到以下错误消息:

install.packages("SPEI") Installing package into 'C:/Users/xxx/Documents/R/win-library/3.2' (as 'lib' is unspecified) Warning in install.packages : dependency 'goftest' is not available also installing the dependency 'lmomco' install.packages(“ SPEI”)将软件包安装到'C:/Users/xxx/Documents/R/win-library/3.2'(因为未指定'lib')警告install.packages:依赖项'goftest'不可用还安装了依赖项“ lmomco”

It appears that this "goftest" package is unavailable, so how can I proceed? 该“ goftest”软件包似乎不可用,那么我该如何进行?

Thank you. 谢谢。

'goftest' documentation says 'goftest'文档说

Depends R (>= 3.3) 取决于 R(> = 3.3)

so probably you should upgrade to a later version of R to use the package: https://cran.r-project.org/web/packages/goftest/goftest.pdf 因此可能您应该升级到R的更高版本以使用该软件包: https : //cran.r-project.org/web/packages/goftest/goftest.pdf

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

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