1

在升级到版本 2.15.0 之前,我之前一直在旧版本的 R(我认为是 2.13)上使用 betareg(我正在运行 Ubuntu,所以我只是将 UCLA 镜像添加到我的 sources.list。)现在事情不工作。这是一个带有提示的示例对话:

> require(betareg)
Loading required package: betareg
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
there is no package called ‘betareg’
> install.packages("betareg")
Installing package(s) into ‘/home/tim/R/i686-pc-linux-gnu-library/2.15’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository http://cran.sixsigmaonline.org/src/contrib
Warning message: 
package ‘betareg’ is not available (for R version 2.15.0) 

我不确定该怎么做。理想情况下,我可以在 2.15 中使用这个包(因为我很快就会在使用它的远程服务器上工作——我不是管理员。)但是,如果能听到我想到的任何修复,我将不胜感激。谢谢。

编辑:很抱歉交叉验证的人把事情搞混了。

4

1 回答 1

3

您可能需要查看不同的镜像,因为包 betareg 通过了所有包检查。

http://cran.r-project.org/web/checks/check_results_betareg.html

(当我尝试使用浏览器提供的镜像时,我收到了包目录的 404 消息。)

于 2012-06-07T20:44:45.023 回答