-
-
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
4335758
commit 94249c3
Showing
8 changed files
with
51 additions
and
50 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: nominatimlite | ||
Title: Interface with 'Nominatim' API Service | ||
Version: 0.4.1.9000 | ||
Version: 0.4.2 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# nominatimlite (development version) | ||
# nominatimlite 0.4.2 | ||
|
||
- Update documentation. | ||
|
||
|
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 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.4.1 (2024-06-14) | | ||
|os |Ubuntu 22.04.4 LTS | | ||
|system |x86_64, linux-gnu | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |C.UTF-8 | | ||
|ctype |C.UTF-8 | | ||
|tz |UTC | | ||
|date |2024-07-19 | | ||
|pandoc |3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc | | ||
|field |value | | ||
|:--------|:----------------------------------------| | ||
|version |R version 4.4.2 (2024-10-31 ucrt) | | ||
|os |Windows 11 x64 (build 26100) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |Spanish_Spain.utf8 | | ||
|ctype |Spanish_Spain.utf8 | | ||
|tz |Europe/Madrid | | ||
|date |2024-12-17 | | ||
|rstudio |2024.12.0+467 Kousa Dogwood (desktop) | | ||
|pandoc |3.1.12.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------------|:------|:------|:--| | ||
|nominatimlite |0.4.0 |0.4.1 |* | | ||
|classInt |0.4-10 |0.4-10 | | | ||
|cli |3.6.3 |3.6.3 | | | ||
|DBI |1.2.3 |1.2.3 | | | ||
|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.13 |1.0.13 | | | ||
|rlang |1.1.4 |1.1.4 | | | ||
|s2 |1.1.7 |1.1.7 | | | ||
|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.2 |0.9.2 | | | ||
|package |old |new |Δ | | ||
|:-------------|:--------|:--------|:--| | ||
|nominatimlite |0.4.1 |0.4.2 |* | | ||
|classInt |0.4-10 |0.4-10 | | | ||
|cli |3.6.3 |3.6.3 | | | ||
|DBI |1.2.3 |1.2.3 | | | ||
|dplyr |1.1.4 |1.1.4 | | | ||
|e1071 |1.7-16 |1.7-16 | | | ||
|fansi |1.0.6 |1.0.6 | | | ||
|generics |0.1.3 |0.1.3 | | | ||
|glue |1.8.0 |1.8.0 | | | ||
|jsonlite |1.8.9 |1.8.9 | | | ||
|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.13-1 |1.0.13-1 | | | ||
|rlang |1.1.4 |1.1.4 | | | ||
|s2 |1.1.7 |1.1.7 | | | ||
|sf |1.0-19 |1.0-19 | | | ||
|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.2 |3.0.2 | | | ||
|wk |0.9.4 |0.9.4 | | | ||
|
||
# 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