Skip to content

Commit

Permalink
Sent to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 26, 2021
1 parent e54752e commit bb0d90b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "nominatimlite" in publications use:'
type: software
license: MIT
title: 'nominatimlite: Interface with ''Nominatim'' API Service'
version: 0.1.4.9000
version: 0.1.5
doi: 10.5281/zenodo.5113195
abstract: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>.
Extract coordinates from addresses, find places near a set of coordinates, search
Expand All @@ -25,7 +25,7 @@ preferred-citation:
- family-names: Hernangómez
given-names: Diego
year: '2021'
version: 0.1.4.9000
version: 0.1.5
doi: 10.5281/zenodo.5113195
url: https://dieghernan.github.io/nominatimlite/
abstract: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: nominatimlite
Title: Interface with 'Nominatim' API Service
Version: 0.1.4.9000
Version: 0.1.5
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
Expand Down
9 changes: 3 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# nominatimlite (development version)
# nominatimlite 0.1.5

- Avoid de-duplication on results.

# nominatimlite 0.1.4

Expand All @@ -15,7 +17,6 @@
# nominatimlite 0.1.2

- New internal: `nominatim_check_access()`.

- Adapt tests to `testthat` v3.1.0.

# nominatimlite 0.1.1
Expand All @@ -25,13 +26,9 @@
# nominatimlite 0.1.0

- **CRAN** release.

- Adjust query rate limits to Nominatim policy.

- New `strict` argument on `geo_amenity()` and `geo_amenity_sf()`.

- Parameter `polygon` changed to `points_only` #8 thanks to @jlacko.

- Package now falls gracefully if url not reachable.

# nominatimlite 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ A BibTeX entry for LaTeX users is
#> title = {nominatimlite: Interface with 'Nominatim' API Service},
#> author = {Diego Hernangómez},
#> year = {2021},
#> version = {0.1.4.9000},
#> version = {0.1.5},
#> doi = {10.5281/zenodo.5113195},
#> url = {https://dieghernan.github.io/nominatimlite/},
#> abstract = {Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract coordinates from addresses, find places near a set of coordinates, search for amenities and return spatial objects on 'sf' format.},
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/dieghernan/nominatimlite",
"issueTracker": "https://github.com/dieghernan/nominatimlite/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.4.9000",
"version": "0.1.5",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -212,7 +212,7 @@
},
"applicationCategory": "cartography",
"keywords": ["r", "geocoding", "openstreetmap", "address", "nominatim", "reverse-geocoding", "rstats", "shapefile", "r-package", "spatial", "cran", "api-wrapper"],
"fileSize": "214.45KB",
"fileSize": "214.464KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit bb0d90b

Please sign in to comment.