我尝试使用以下命令安装Coursera课程的随附R包:
library(devtools)
install_github("StatsWithR/statsr")
Error in curl::curl_fetch_disk(url, x$path, handle = handle) :
Couldn't resolve host name
打赌错误是由于防火墙,因为在家里(我没有防火墙,但R和RStudio版本完全相同)我可以完美安装。有可能解决它吗?否则,由于我已经能够在我的电脑上从Github下载软件包,我该如何手动安装软件包呢?
答案 0 :(得分:0)
请将您 DNS 更改为公开的 您可以尝试使用Google DNS(8.8.8.8和8.8.4.4)。 它对我来说很好。
答案 1 :(得分:0)
要解决这个问题,你必须安装这些适用于我的软件包。
install.packages("devtools")
install.packages("dplyr")
install.packages("rmarkdown")
install.packages("ggplot2")
install.packages("broom")
install.packages("gridExtra")
install.packages("shiny")
install.packages("cubature")
library(devtools)
install_github("StatsWithR/statsr")
或使用此
install.packages(data.table)
devtools::install_github("arunsrinivasan/cran.stats")
答案 2 :(得分:0)
您可以尝试首先安装Rtools,然后运行命令。 https://cran.r-project.org/bin/windows/Rtools/