install.packages中的警告:无法打开:HTTP状态为"404未找到" [英] Warning in install.packages : cannot open: HTTP status was '404 Not Found'

查看:124
本文介绍了install.packages中的警告:无法打开:HTTP状态为"404未找到"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图下载R软件包memoise:

 install.packages("memoise")

但是,我已收到以下错误消息:

However, I have recevied the following error message:

尝试URL' http://cran.rstudio.com /bin/windows/contrib/3.0/memoise_0.1.zip ' install.packages中的警告: 无法打开:HTTP状态为"404未找到" download.file(URL,destfile,method,mode ="wb",...)中的错误: 无法打开URL' http://cran.rstudio.com/bin /windows/contrib/3.0/memoise_0.1.zip ' install.packages中的警告: 软件包"memoise"的下载失败`

trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.0/memoise_0.1.zip' Warning in install.packages : cannot open: HTTP status was '404 Not Found' Error in download.file(url, destfile, method, mode = "wb", ...) : cannot open URL 'http://cran.rstudio.com/bin/windows/contrib/3.0/memoise_0.1.zip' Warning in install.packages : download of package ‘memoise’ failed`

我已连接到互联网和WWW.此外,我已连接到工作网络.我正在使用RStudio IDE.

I am connected to the internet and the WWW. In addition, I am connected to a work network. I am using the RStudio IDE.

有人对我如何解决此问题有任何建议吗?

Does anyone have any advice for how I troubleshoot this problem?

推荐答案

如我所见,在

as I can see there is no "memoise_0.1.zip" at http://cran.rstudio.com/bin/windows/contrib/3.0/ . However, there is the "memoise_0.2.1.zip" file.

您正在使用哪个版本的RStudio IDE?您已经安装了备忘录吗?也许您应该尝试更新备忘录包.

What version of RStudio IDE are you using? Do you have memoise already installed? Maybe you should try to update the memoise package.

这篇关于install.packages中的警告:无法打开:HTTP状态为"404未找到"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆