Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to install rmaps #115

Open
zave67 opened this issue Feb 15, 2017 · 1 comment
Open

Impossible to install rmaps #115

zave67 opened this issue Feb 15, 2017 · 1 comment

Comments

@zave67
Copy link

zave67 commented Feb 15, 2017

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

@louwjlabuschagne
Copy link

Hi,

I followed the same way you install rCharts and succeeded, i.e.

library(downloader)
download("https://github.com/ramnathv/rMaps/archive/master.tar.gz", "rMaps.tar.gz")
install.packages("rMaps.tar.gz", repos = NULL, type = "source")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants