我用r-forge的包写了一个脚本。昨天我试着再次使用它但是我在安装这个包时遇到了问题。出现以下消息:
Warning in install.packages :
unable to access index for repository http://R-Forge.R-project.org/src/contrib:
cannot open URL 'http://R-Forge.R-project.org/src/contrib/PACKAGES'
Warning in install.packages :
package ‘IsolationForest’ is not available (for R version 3.5.0)
Warning in install.packages :
unable to access index for repository http://R-Forge.R-project.org/bin/windows/contrib/3.5:
cannot open URL 'http://R-Forge.R-project.org/bin/windows/contrib/3.5/PACKAGES'
我还检查了网页https://r-forge.r-project.org/,但它根本不起作用。有没有人找到一个信息解释是否有一些维护工作或类似的东西?也检查过其他电脑。 Thx提前
答案 0 :(得分:3)
2018年6月4日收到的邮件:
亲爱的r-forge用户,
我们想提醒您,r-forge将无法使用 大概是从6月5日到6月7日,由于主要的维护工作。
最好的问候,R-Forge团队。
答案 1 :(得分:1)
今天(2019年6月26日),我们大学(加拿大多伦多约克大学)尝试访问r-project.org域内的任何内容均失败。我与普渡大学的一位同事核对了一下,他没有问题,这表明本地或我们要使用的任何DNS服务器中可能都存在问题。
Brave浏览器的结果:
无法访问此站点www.r-project.org的服务器IP地址可以 找不到。试试:
检查连接检查代理,防火墙和DNS 配置ERR_NAME_NOT_RESOLVED
R中的:
x=available.packages()
警告:无法访问存储库http://cran.r-project.org/src/contrib的索引:无法打开URL 'http://cran.r-project.org/src/contrib/PACKAGES'R中的显式存储库,名为:
install.packages('txtplot',repos="http://cran.utstat.utoronto.ca/")
将软件包安装到 ‘/home/clement/R/x86_64-pc-linux-gnu-library/3.5’(因为'lib'是 未指定)尝试网址 'http://cran.utstat.utoronto.ca/src/contrib/txtplot_1.0-3.tar.gz' 内容类型“ application / x-gzip”长度6152字节来自Ubuntu:
sudo apt-get update
命中:1 http://ca.archive.ubuntu.com/ubuntu xenial发行中:2 http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu 可信任InRelease Hit:3 http://ca.archive.ubuntu.com/ubuntu xenial更新InRelease
点击数:4 http://ca.archive.ubuntu.com/ubuntu xenial-backports InRelease
点击数:5 http://security.ubuntu.com/ubuntu xenial-security InRelease
点击数:6 http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu xenial 发行数量:7 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial InRelease Err:8 https://cloud.r-project.org/bin/linux/ubuntu xenial / InRelease无法解析主机:cloud.r-project.org错误:9 https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35 /发布 无法解析主机:cloud.r-project.org错误:10 https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35 /发布 无法解析主机:cloud.r-project.org正在读取包列表... 完成W:无法提取 https://cloud.r-project.org/bin/linux/ubuntu/xenial/InRelease可以 无法解析主机:cloud.r-project.org W:无法获取 https://cloud.r-project.org/bin/linux/ubuntu/xenial-cran35/InRelease 无法解析主机:cloud.r-project.org W:无法获取 https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/InRelease 无法解析主机:cloud.r-project.org W:某些索引文件失败 去下载。它们已被忽略,或改用旧的。亨利克的问题已被phiver发来的R-forge消息解决了 将在6月初停止维护。我不清楚 我们的问题是一样的吗?除了r-project.org之外,还有其他地方吗 检查网站的计划维护?