ropensci / rnaturalearthhires

high resolution naturalearth data for rnaturalearth
https://docs.ropensci.org/rnaturalearthhires
23 stars 14 forks source link

New repo to install the package? #5

Closed paocorrales closed 1 year ago

paocorrales commented 1 year ago

Hi,

I was trying to install the package using the following code:

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

and I got an error:

Error in install.packages : error reading from connection

After that, I tried changing the repo URL to the ropensci r-universe and it worked perfectly.

install.packages("rnaturalearthhires", repos = "https://ropensci.r-universe.dev", type = "source")

I hope this helps others :)

abigailgolden commented 1 year ago

this was very helpful, thanks!

PMassicotte commented 1 year ago

you can also remotes::install_github("ropensci/rnaturalearthhires").

PMassicotte commented 1 year ago

I will add this information into the README. Thank you.