ropensci / rnaturalearth

An R package to hold and facilitate interaction with natural earth map data :earth_africa:
http://ropensci.github.io/rnaturalearth/
Other
217 stars 23 forks source link

Add rnaturalearthdata as a dependency #84

Closed szimmer closed 2 months ago

szimmer commented 1 year ago

Rather than installing while running code, add the package as a dependency. This works better with usage of renv and probably other package maintainers as loading of the package is explicitly needed or it needs to be in dependency.

PMassicotte commented 1 year ago

We can not add it since it is not on CRAN.

szimmer commented 1 year ago

I installed it from CRAN in my workflow and this works just fine. https://cran.r-project.org/web/packages/rnaturalearthdata/index.html

PMassicotte commented 1 year ago

I just realized that is it already in Suggests. As it is not mandatory, any reasons to move it in Imports ?