简体   繁体   English

无法使用安装程序安装 RTools,在 RStudio

[英]Unable to install RTools with installr, in RStudio

I am working on HPC with RSTudio 4.2.1 and I want to install RTools with the installr package. I was able to install the installr but then, when I run the command install.Rtools() I get the following:我正在使用RSTudio 4.2.1 在 HPC 上工作,我想使用安装RTools安装installr 。我能够安装安装installr ,但是当我运行命令install.Rtools()时,我得到以下信息:

Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
trying URL 'https://cran.r-project.org/bin/windows/Rtools/rtools42-x86_64.exe' 


Warning message:
In download_fun(exe_URL, destfile = exe_filename, quiet = FALSE,  :
  cannot open URL 'https://cran.r-project.org/bin/windows/Rtools/rtools42-x86_64.exe': HTTP status was '404 Not Found'

I installed the installr using devtools::install_github('talgalili/installr')我使用devtools::install_github('talgalili/installr') installr了安装程序

If anyone run into this, I would really need some help!如果有人遇到这个,我真的需要一些帮助!

This is currently a known bug as reported in这是目前已知的错误,如中所报告

https://github.com/talgalili/installr/issues/177 https://github.com/talgalili/installr/issues/177

since the link of fetching the rtools has been changed.由于获取 rtools 的链接已更改。

You can wait until the authors of the installr package fix it or manually download the r tools and follow the steps.可以等安装installr的作者修复或者手动下载r工具按照步骤操作。

https://cran.r-project.org/bin/windows/Rtools/ https://cran.r-project.org/bin/windows/Rtools/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM