Skip to content

Commit

Permalink
To CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Dec 20, 2024
1 parent 774374c commit 6b67ab1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ authors:
given-names: Diego
email: dev.dieghernan@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
affiliation: rOpenSpain
preferred-citation:
type: manual
title: 'tidyBdE: Download Data from Bank of Spain'
Expand All @@ -32,7 +31,6 @@ preferred-citation:
given-names: Diego
email: dev.dieghernan@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
affiliation: rOpenSpain
doi: 10.32614/CRAN.package.tidyBdE
year: '2024'
version: 0.3.8
Expand All @@ -50,7 +48,6 @@ contact:
given-names: Diego
email: dev.dieghernan@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
affiliation: rOpenSpain
keywords:
- api
- bde
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Download Data from Bank of Spain
Version: 0.3.8
Authors@R:
person("Diego", "H. Herrero", , "dev.dieghernan@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain"))
comment = c(ORCID = "0000-0001-8457-4658"))
Description: Tools to download data series from 'Banco de España' ('BdE')
on 'tibble' format. 'Banco de España' is the national central bank
and, within the framework of the Single Supervisory Mechanism ('SSM'),
Expand Down
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ bde_hlp_download <- function(url, local_file, verbose) {
),
# nocov start
warning = function(e) {
return(TRUE)
TRUE
}
)
# nocov end
Expand All @@ -199,7 +199,7 @@ bde_hlp_download <- function(url, local_file, verbose) {
"tidyBdE> URL \n ", url, "\nnot reachable.\n\n",
"If you think this is a bug consider opening an issue"
)
return(TRUE)
TRUE
}
)
}
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"applicationCategory": "Macroeconomics",
"isPartOf": "https://ropenspain.es/",
"keywords": ["api", "bde", "cran", "ggplot2", "macroeconomics", "r", "r-package", "ropenspain", "rstats", "series-data", "spain"],
"fileSize": "287.205KB",
"fileSize": "286.855KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
2 changes: 1 addition & 1 deletion man/tidyBdE-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b67ab1

Please sign in to comment.