-
-
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
151bfef
commit 9046842
Showing
12 changed files
with
22 additions
and
17 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
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.1.5.9000 | ||
version: 0.1.6 | ||
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 | ||
|
@@ -27,12 +27,12 @@ preferred-citation: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
year: '2022' | ||
version: 0.1.5.9000 | ||
version: 0.1.6 | ||
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/>. | ||
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. | ||
for amenities and return spatial objects on sf format. | ||
repository: https://CRAN.R-project.org/package=nominatimlite | ||
repository-code: https://github.com/dieghernan/nominatimlite | ||
url: https://dieghernan.github.io/nominatimlite/ | ||
|
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.1.5.9000 | ||
Version: 0.1.6 | ||
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
year <- format(Sys.time(), "%Y") | ||
abs <- trimws(gsub("\\s+", " ", meta$Description)) | ||
abs <- gsub("'", "", abs) | ||
|
||
|
||
bibentry( | ||
"Manual", | ||
header = "To cite the 'nominatimlite' package in publications use:", | ||
title = paste("nominatimlite:", meta$Title), | ||
author = person("Diego", "Hernangómez"), | ||
year = year, | ||
key = "R-nominatimlite", | ||
version = meta$Version, | ||
doi = "10.5281/zenodo.5113195", | ||
url = unlist(strsplit(meta$URL, ","))[1], | ||
abstract = abs | ||
abstract = abs, | ||
textVersion = paste0("Hernangomez D (",year,"). _nominatimlite: ", | ||
gsub("'", "", meta$Title),"_. <https://doi.org/10.5281/zenodo.5113195>, <", | ||
unlist(strsplit(meta$URL, ","))[1],">") | ||
) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.