-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from dieghernan/main
Updatde docs and ORCID
- Loading branch information
Showing
14 changed files
with
26 additions
and
23 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ type: software | |
license: GPL-2.0-only | ||
title: 'CatastRo: Interface to the API ''Sede Electronica Del Catastro''' | ||
version: 0.4.0 | ||
doi: 10.5281/zenodo.6044091 | ||
doi: 10.32614/CRAN.package.CatastRo | ||
abstract: Access public spatial data available under the 'INSPIRE' directive. Tools | ||
for downloading references and addresses of properties, as well as map images. | ||
authors: | ||
|
@@ -33,10 +33,10 @@ preferred-citation: | |
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
doi: 10.32614/CRAN.package.CatastRo | ||
year: '2024' | ||
version: 0.4.0 | ||
url: https://ropenspain.github.io/CatastRo/ | ||
doi: 10.5281/zenodo.6044091 | ||
abstract: Access public spatial data available under the INSPIRE directive. Tools | ||
for downloading references and addresses of properties, as well as map images. | ||
repository: https://CRAN.R-project.org/package=CatastRo | ||
|
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,16 +1,18 @@ | ||
year <- format(Sys.time(), "%Y") | ||
abs <- trimws(gsub("\\s+", " ", meta$Description)) | ||
abs <- gsub("'", "", abs) | ||
pkg <- meta$Package | ||
doi <- paste0("10.32614/CRAN.package.", pkg) | ||
|
||
bibentry( | ||
"Manual", | ||
header = paste0("To cite '", meta$Package, "' in publications use:"), | ||
header = paste0("To cite '", pkg, "' in publications use:"), | ||
title = "{CatastRo}: Interface to the {API} Sede Electrónica Del Catastro", | ||
author = c(person("Ángel", "Delgado Panadero"), person("Diego", "Hernangómez")), | ||
doi = doi, | ||
year = year, | ||
version = meta$Version, | ||
url = unlist(strsplit(meta$URL, ","))[1], | ||
doi = "10.5281/zenodo.6044091", | ||
abstract = abs, | ||
key = "R-catastro" | ||
key = paste0("R-", pkg) | ||
) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.