我想安裝plotly包R,從GitHubplotly安裝有R
library(devtools)
install_github("ropensci/plotly")
,我有一個錯誤信息:
Downloading github repo ropensci/[email protected]
Error in function (type, msg, asError = TRUE) : couldn't connect to host
我已經在互聯網上搜索,我發現它的代理的問題,我試過了:
set_config(
use_proxy(url="https://github.com/ropensci/plotly", port=8080, username="***",password="***")
)
但仍然有同樣的問題,我不知道要在網址和端口val UE的,我有Githup兩個帳戶和plotly
感謝你的幫助