An R package to store high resolution data for the rnaturalearth package.
Data in rnaturalearth packages :
- rnaturalearth : one low resolution example file & data can be downloaded from NaturalEarth using ne_download()
 - rnaturalearthdata : low (scale 110) and medium resolution (scale 50) files
 - rnaturalearthhires : high resolution (scale 10) files
 
Installation
remotes::install_github("ropensci/rnaturalearthhires")
install.packages(
  "rnaturalearthhires",
  repos = "https://ropensci.r-universe.dev",
  type = "source"
)Note rnaturalearthhires is unlikely to be submitted to CRAN because its size exceeds CRAN recommendations.
