From 6b67ab1a7b828776445d7a8d3694f93c24497fec Mon Sep 17 00:00:00 2001 From: "Diego H." Date: Fri, 20 Dec 2024 13:25:42 +0100 Subject: [PATCH] To CRAN --- CITATION.cff | 3 --- DESCRIPTION | 2 +- R/utils.R | 4 ++-- codemeta.json | 2 +- man/tidyBdE-package.Rd | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7f9b64e2..2935fb26 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 95464695..a0bc17f8 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 be1959ca..f5b937d2 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 b8314505..567ecedb 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 85599cb5..a3017dac 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}