在升级到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中使用这个软件包(因为我很快就会在使用它的远程服务器上工作 - 我不是管理员。)但是,我希望听到任何想到的解决方案。感谢。
编辑:很抱歉CrossValidated人员混淆了一切。
答案 0 :(得分:3)
您可能需要查看另一个镜像,因为包betareg会通过所有包检查。
http://cran.r-project.org/web/checks/check_results_betareg.html
(当我尝试使用我的浏览器提供的镜像时,我收到了针对packages目录的404消息。)