diff --git a/CITATION.cff b/CITATION.cff index 0db56e0..0d73bc8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,6 +10,9 @@ license: MIT title: 'nominatimlite: Interface with ''Nominatim'' API Service' version: 0.4.1 doi: 10.32614/CRAN.package.nominatimlite +identifiers: +- type: doi + value: 10.32614/CRAN.package.nominatimlite abstract: Lite interface for getting data from 'OSM' service 'Nominatim' . Extract coordinates from addresses, find places near a set of coordinates and return spatial objects on 'sf' format. @@ -92,6 +95,7 @@ references: email: davis@posit.co orcid: https://orcid.org/0000-0003-4777-038X year: '2024' + doi: 10.32614/CRAN.package.dplyr version: '>= 1.0.0' - type: software title: jsonlite @@ -105,6 +109,7 @@ references: email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289 year: '2024' + doi: 10.32614/CRAN.package.jsonlite version: '>= 1.7.0' - type: software title: sf @@ -118,6 +123,7 @@ references: email: edzer.pebesma@uni-muenster.de orcid: https://orcid.org/0000-0001-8049-7069 year: '2024' + doi: 10.32614/CRAN.package.sf version: '>= 0.9.0' - type: software title: utils @@ -129,6 +135,7 @@ references: name: R Foundation for Statistical Computing address: Vienna, Austria year: '2024' + doi: 10.32614/CRAN.package.utils - type: software title: arcgeocoder abstract: 'arcgeocoder: Geocoding with the ''ArcGIS'' REST API Service' @@ -141,6 +148,7 @@ references: email: diego.hernangomezherrero@gmail.com orcid: https://orcid.org/0000-0001-8457-4658 year: '2024' + doi: 10.32614/CRAN.package.arcgeocoder - type: software title: ggplot2 abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics' @@ -180,6 +188,7 @@ references: name-particle: van den orcid: https://orcid.org/0000-0002-9335-7468 year: '2024' + doi: 10.32614/CRAN.package.ggplot2 version: '>= 3.0.0' - type: software title: knitr @@ -193,6 +202,7 @@ references: email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666 year: '2024' + doi: 10.32614/CRAN.package.knitr - type: software title: lifecycle abstract: 'lifecycle: Manage the Life Cycle of your Package Functions' @@ -208,6 +218,7 @@ references: email: hadley@posit.co orcid: https://orcid.org/0000-0003-4757-117X year: '2024' + doi: 10.32614/CRAN.package.lifecycle - type: software title: rmarkdown abstract: 'rmarkdown: Dynamic Documents for R' @@ -251,6 +262,7 @@ references: email: rich@posit.co orcid: https://orcid.org/0000-0003-3925-190X year: '2024' + doi: 10.32614/CRAN.package.rmarkdown - type: software title: testthat abstract: 'testthat: Unit Testing for R' @@ -262,6 +274,7 @@ references: given-names: Hadley email: hadley@posit.co year: '2024' + doi: 10.32614/CRAN.package.testthat version: '>= 3.0.0' - type: software title: tibble @@ -278,6 +291,7 @@ references: given-names: Hadley email: hadley@rstudio.com year: '2024' + doi: 10.32614/CRAN.package.tibble - type: software title: tidygeocoder abstract: 'tidygeocoder: Geocoding Made Easy' @@ -302,4 +316,5 @@ references: email: possenriede+r@gmail.com orcid: https://orcid.org/0000-0002-6738-9845 year: '2024' + doi: 10.32614/CRAN.package.tidygeocoder diff --git a/README.Rmd b/README.Rmd index 08d2a98..e2f096a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -34,6 +34,7 @@ results](https://badges.cranchecks.info/worst/nominatimlite.svg)](https://cran.r [![R-hub](https://github.com/dieghernan/nominatimlite/actions/workflows/rhub.yaml/badge.svg)](https://github.com/dieghernan/nominatimlite/actions/workflows/rhub.yaml) [![codecov](https://codecov.io/gh/dieghernan/nominatimlite/branch/main/graph/badge.svg?token=jSZ4RIsj91)](https://app.codecov.io/gh/dieghernan/nominatimlite) [![CodeFactor](https://www.codefactor.io/repository/github/dieghernan/nominatimlite/badge)](https://www.codefactor.io/repository/github/dieghernan/nominatimlite) +[![r-universe](https://dieghernan.r-universe.dev/badges/nominatimlite)](https://dieghernan.r-universe.dev/nominatimlite) [![Project Status: Active -- The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) @@ -94,7 +95,8 @@ You can install the developing version of **nominatimlite** with: remotes::install_github("dieghernan/nominatimlite") ``` -Alternatively, you can install **nominatimlite** using the **r-universe**: +Alternatively, you can install **nominatimlite** using the +[r-universe](https://dieghernan.r-universe.dev/nominatimlite): ```{r, eval=FALSE} # Install nominatimlite in R: diff --git a/README.md b/README.md index 461c9a9..7e91b49 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ results](https://badges.cranchecks.info/worst/nominatimlite.svg)](https://cran.r [![R-hub](https://github.com/dieghernan/nominatimlite/actions/workflows/rhub.yaml/badge.svg)](https://github.com/dieghernan/nominatimlite/actions/workflows/rhub.yaml) [![codecov](https://codecov.io/gh/dieghernan/nominatimlite/branch/main/graph/badge.svg?token=jSZ4RIsj91)](https://app.codecov.io/gh/dieghernan/nominatimlite) [![CodeFactor](https://www.codefactor.io/repository/github/dieghernan/nominatimlite/badge)](https://www.codefactor.io/repository/github/dieghernan/nominatimlite) +[![r-universe](https://dieghernan.r-universe.dev/badges/nominatimlite)](https://dieghernan.r-universe.dev/nominatimlite) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) @@ -78,7 +79,7 @@ remotes::install_github("dieghernan/nominatimlite") ``` Alternatively, you can install **nominatimlite** using the -**r-universe**: +[r-universe](https://dieghernan.r-universe.dev/nominatimlite): ``` r # Install nominatimlite in R: diff --git a/codemeta.json b/codemeta.json index 2dfa370..a6ba0db 100644 --- a/codemeta.json +++ b/codemeta.json @@ -220,7 +220,7 @@ }, "applicationCategory": "cartography", "keywords": ["r", "geocoding", "openstreetmap", "address", "nominatim", "reverse-geocoding", "rstats", "shapefile", "r-package", "spatial", "cran", "api-wrapper", "api", "gis"], - "fileSize": "250.421KB", + "fileSize": "250.632KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/figures/README-pizzahut-1.png b/man/figures/README-pizzahut-1.png index ab3cab2..6962cb7 100644 Binary files a/man/figures/README-pizzahut-1.png and b/man/figures/README-pizzahut-1.png differ