You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
My company has a proxy and I cannot install rMaps with devtools (I have the error: Could not resolve host: api.github.com). I succeeded in installing rCharts with the alternative method:
library(downloader)
download("https://github.com/ramnathv/rCharts/archive/master.tar.gz", "rCharts.tar.gz")
install.packages("rCharts.tar.gz", repos = NULL, type = "source")
Is there an equivalent method to install rMaps?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello,
My company has a proxy and I cannot install rMaps with devtools (I have the error: Could not resolve host: api.github.com). I succeeded in installing rCharts with the alternative method:
Is there an equivalent method to install rMaps?
Thanks a lot
The text was updated successfully, but these errors were encountered: