Skip to content

Commit

Permalink
docs(README): remove extra blank lines and add section on reporting d…
Browse files Browse the repository at this point in the history
…ata errors
  • Loading branch information
PMassicotte committed Aug 10, 2024
1 parent 9993936 commit 56236ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ or install the development version from GitHub using [devtools](https://github.c

```r
devtools::install_github("ropensci/rnaturalearth")

```

Data to support much of the package functionality are stored in two data packages that you will be prompted to install when required if you do not do so here.
Expand Down Expand Up @@ -144,6 +143,10 @@ vignette("what-is-a-country", package = "rnaturalearth")

[Script](https://github.com/ropensci/rnaturalearthdata/blob/master/data-raw/data_download_script.r) used to get data into the accompanying data packages.

## Errors in the data?

If you believe there is an issue with data provided by [Natural Earth](https://www.naturalearthdata.com/), please do not report it here. We are not responsible for the accuracy or maintenance of Natural Earth data. For any concerns regarding this data, please contact [Natural Earth](https://www.naturalearthdata.com/).

## Acknowledgements

Thanks to [Lincoln Mullen](https://github.com/lmullen) for code structure inspiration from [USAboundaries](https://github.com/ropensci/USAboundaries), [Hadley Wickham](https://github.com/hadley) for comments and prompting, [Bob Rudis](https://github.com/hrbrmstr) for answers to stackoverflow questions about downloading Natural Earth data into R. The [Natural Earth team](https://www.naturalearthdata.com/about/contributors/) and [Nathan Kelso](https://github.com/nvkelso) for providing such a great resource.
Expand All @@ -170,5 +173,3 @@ Thanks to [Lincoln Mullen](https://github.com/lmullen) for code structure inspir

- facilitate subsetting by country groupings
- e.g. least developed countries etc.


0 comments on commit 56236ec

Please sign in to comment.