diff --git a/CITATION.cff b/CITATION.cff index 7f9b64e..2935fb2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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' @@ -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 @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 9546469..a0bc17f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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'), diff --git a/R/utils.R b/R/utils.R index be1959c..f5b937d 100644 --- a/R/utils.R +++ b/R/utils.R @@ -177,7 +177,7 @@ bde_hlp_download <- function(url, local_file, verbose) { ), # nocov start warning = function(e) { - return(TRUE) + TRUE } ) # nocov end @@ -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 } ) } diff --git a/codemeta.json b/codemeta.json index b831450..567eced 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", diff --git a/man/tidyBdE-package.Rd b/man/tidyBdE-package.Rd index 85599cb..a3017da 100644 --- a/man/tidyBdE-package.Rd +++ b/man/tidyBdE-package.Rd @@ -20,7 +20,7 @@ Useful links: } \author{ -\strong{Maintainer}: Diego H. Herrero \email{dev.dieghernan@gmail.com} (\href{https://orcid.org/0000-0001-8457-4658}{ORCID}) (rOpenSpain) [copyright holder] +\strong{Maintainer}: Diego H. Herrero \email{dev.dieghernan@gmail.com} (\href{https://orcid.org/0000-0001-8457-4658}{ORCID}) [copyright holder] } \keyword{internal}