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

Bad url in function install_rnaturalearthhires() #47

Closed
sbegueria opened this issue Sep 17, 2021 · 1 comment
Closed

Bad url in function install_rnaturalearthhires() #47

sbegueria opened this issue Sep 17, 2021 · 1 comment

Comments

@sbegueria
Copy link

In function install_rnaturalearthhires() you try to use the following url:

... repos = "http://packages.ropensci.org", type = "source")

but that doesn't work because the site uses https. The command should be:

... repos = "https://packages.ropensci.org", type = "source")

@andysouth
Copy link
Contributor

Thanks @sbegueria this should now be fixed by using the github version. Feel free to re-open if it is still an issue for you.

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