我需要来自github的autoEDA软件包:
install.packages('devtools')
library(devtools)
devtools::install_github("XanderHorn/autoEDA")
library(autoEDA)
错误消息如下所示:
Error in curl::curl_download(input, tmpFile <- tempfile(), mode = "wb", :
Could not resolve host: raw.githubusercontent.com
有人知道吗?