我在我的64位Windows 7操作系统上将R和R Studio更新为最新版本,即R3.2.0和R 0.98.1103。在此更新之后,当我试图在R中安装软件包时,会引发错误:
Warning in install.packages :
downloaded length 4878 != reported length 200
Error in install.packages : subscript out of bounds请帮帮我!
发布于 2015-04-29 13:38:54
试试这个:
options(repos=structure(c(CRAN="http://cran.us.r-project.org")))现在尝试安装任何软件包。希望能起作用
https://stackoverflow.com/questions/29939783
复制相似问题