-
Couldn't load subscription status.
- Fork 636
Closed
Description
i want to install plotly package in R, from github
library(devtools)
install_github("ropensci/plotly")
and i have an error message:
Downloading github repo ropensci/plotly@master
Error in function (type, msg, asError = TRUE) : couldn't connect to host
i have searched on the internet and i found that it's a problem of proxy, i tried:
set_config(
use_proxy(url="https://github.com/ropensci/plotly", port=8080, username="_",password="_")
)
but still have the same problem, i don't know what to put in url and port values, i have two accounts on Githup and plotly
thank you for your help
Metadata
Metadata
Assignees
Labels
No labels