-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5fe44e
commit 071179a
Showing
15 changed files
with
82 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3.0.9000 | ||
version: 0.4.0 | ||
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 and return | ||
|
@@ -27,7 +27,7 @@ preferred-citation: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
year: '2024' | ||
version: 0.3.0.9000 | ||
version: 0.4.0 | ||
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/>. | ||
|
@@ -105,9 +105,6 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
year: '2024' | ||
identifiers: | ||
- type: url | ||
value: https://arxiv.org/abs/1403.2805 | ||
version: '>= 1.7.0' | ||
- type: software | ||
title: sf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0.9000 | ||
Version: 0.4.0 | ||
Authors@R: c( | ||
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,50 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:--------------------------------------------------------------------------| | ||
|version |R version 4.3.3 (2024-02-29 ucrt) | | ||
|os |Windows Server 2022 x64 (build 20348) | | ||
|system |x86_64, mingw32 | | ||
|ui |RTerm | | ||
|language |(EN) | | ||
|collate |English_United States.utf8 | | ||
|ctype |English_United States.utf8 | | ||
|tz |UTC | | ||
|date |2024-04-08 | | ||
|pandoc |3.1.11 @ C:\HOSTED~1\windows\pandoc\31F387~1.11\x64\PANDOC~1.11\pandoc.exe | | ||
|field |value | | ||
|:--------|:----------------------------------------| | ||
|version |R version 4.4.0 (2024-04-24 ucrt) | | ||
|os |Windows 11 x64 (build 22631) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |Spanish_Spain.utf8 | | ||
|ctype |Spanish_Spain.utf8 | | ||
|tz |Europe/Madrid | | ||
|date |2024-05-27 | | ||
|rstudio |2024.04.1+748 Chocolate Cosmos (desktop) | | ||
|pandoc |3.1.12.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------------|:------|:----------|:--| | ||
|nominatimlite |0.3.0 |0.3.0.9000 |* | | ||
|classInt |0.4-10 |0.4-10 | | | ||
|cli |3.6.2 |3.6.2 | | | ||
|DBI |1.2.2 |1.2.2 | | | ||
|dplyr |1.1.4 |1.1.4 | | | ||
|e1071 |1.7-14 |1.7-14 | | | ||
|fansi |1.0.6 |1.0.6 | | | ||
|generics |0.1.3 |0.1.3 | | | ||
|glue |1.7.0 |1.7.0 | | | ||
|jsonlite |1.8.8 |1.8.8 | | | ||
|lifecycle |1.0.4 |1.0.4 | | | ||
|magrittr |2.0.3 |2.0.3 | | | ||
|pillar |1.9.0 |1.9.0 | | | ||
|pkgconfig |2.0.3 |2.0.3 | | | ||
|proxy |0.4-27 |0.4-27 | | | ||
|R6 |2.5.1 |2.5.1 | | | ||
|Rcpp |1.0.12 |1.0.12 | | | ||
|rlang |1.1.3 |1.1.3 | | | ||
|s2 |1.1.6 |1.1.6 | | | ||
|sf |1.0-16 |1.0-16 | | | ||
|tibble |3.2.1 |3.2.1 | | | ||
|tidyselect |1.2.1 |1.2.1 | | | ||
|units |0.8-5 |0.8-5 | | | ||
|utf8 |1.2.4 |1.2.4 | | | ||
|vctrs |0.6.5 |0.6.5 | | | ||
|withr |3.0.0 |3.0.0 | | | ||
|wk |0.9.1 |0.9.1 | | | ||
|package |old |new |Δ | | ||
|:-------------|:------|:------|:--| | ||
|nominatimlite |0.3.0 |0.4.0 |* | | ||
|classInt |0.4-10 |0.4-10 | | | ||
|cli |3.6.2 |3.6.2 | | | ||
|DBI |1.2.2 |1.2.2 | | | ||
|dplyr |1.1.4 |1.1.4 | | | ||
|e1071 |1.7-14 |1.7-14 | | | ||
|fansi |1.0.6 |1.0.6 | | | ||
|generics |0.1.3 |0.1.3 | | | ||
|glue |1.7.0 |1.7.0 | | | ||
|jsonlite |1.8.8 |1.8.8 | | | ||
|lifecycle |1.0.4 |1.0.4 | | | ||
|magrittr |2.0.3 |2.0.3 | | | ||
|pillar |1.9.0 |1.9.0 | | | ||
|pkgconfig |2.0.3 |2.0.3 | | | ||
|proxy |0.4-27 |0.4-27 | | | ||
|R6 |2.5.1 |2.5.1 | | | ||
|Rcpp |1.0.12 |1.0.12 | | | ||
|rlang |1.1.3 |1.1.3 | | | ||
|s2 |1.1.6 |1.1.6 | | | ||
|sf |1.0-16 |1.0-16 | | | ||
|tibble |3.2.1 |3.2.1 | | | ||
|tidyselect |1.2.1 |1.2.1 | | | ||
|units |0.8-5 |0.8-5 | | | ||
|utf8 |1.2.4 |1.2.4 | | | ||
|vctrs |0.6.5 |0.6.5 | | | ||
|withr |3.0.0 |3.0.0 | | | ||
|wk |0.9.1 |0.9.1 | | | ||
|
||
# Revdeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters