diff --git a/CITATION.cff b/CITATION.cff index 63afed85..5ab8690d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "tidyBdE" in publications use:' type: software license: GPL-3.0-or-later title: 'tidyBdE: Download Data from Bank of Spain' -version: 0.2.3.9000 +version: 0.2.4 doi: 10.5281/zenodo.4673496 abstract: 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 @@ -31,8 +31,8 @@ preferred-citation: orcid: https://orcid.org/0000-0001-8457-4658 affiliation: rOpenSpain year: '2022' - version: 0.2.3.9000 - notes: R package version 0.2.3.9000 + version: 0.2.4 + notes: R package version 0.2.4 doi: 10.5281/zenodo.4673496 url: https://ropenspain.github.io/tidyBdE/ abstract: Tools to download data series from 'Banco de España' ('BdE') on 'tibble' @@ -92,6 +92,7 @@ references: given-names: Kirill orcid: https://orcid.org/0000-0002-1416-3412 year: '2022' + url: https://CRAN.R-project.org/package=dplyr version: '>= 0.7.0' - type: software title: ggplot2 @@ -126,6 +127,7 @@ references: given-names: Dewey orcid: https://orcid.org/0000-0002-9415-4582 year: '2022' + url: https://CRAN.R-project.org/package=ggplot2 version: '>= 3.3.0' - type: software title: readr @@ -142,6 +144,7 @@ references: email: jenny@rstudio.com orcid: https://orcid.org/0000-0002-6983-2759 year: '2022' + url: https://CRAN.R-project.org/package=readr version: '>= 1.0.0' - type: software title: scales @@ -154,6 +157,7 @@ references: - family-names: Seidel given-names: Dana year: '2022' + url: https://CRAN.R-project.org/package=scales version: '>= 1.1.0' - type: software title: tibble @@ -167,6 +171,7 @@ references: given-names: Hadley email: hadley@rstudio.com year: '2022' + url: https://CRAN.R-project.org/package=tibble version: '>= 3.0.0' - type: software title: utils @@ -190,7 +195,7 @@ references: email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666 year: '2022' - url: https://yihui.org/knitr/ + url: https://CRAN.R-project.org/package=knitr - type: software title: rmarkdown abstract: 'rmarkdown: Dynamic Documents for R' @@ -229,6 +234,7 @@ references: email: rich@rstudio.com orcid: https://orcid.org/0000-0003-3925-190X year: '2022' + url: https://CRAN.R-project.org/package=rmarkdown - type: software title: testthat abstract: 'testthat: Unit Testing for R' @@ -238,6 +244,7 @@ references: given-names: Hadley email: hadley@rstudio.com year: '2022' + url: https://CRAN.R-project.org/package=testthat version: '>= 3.0.0' - type: software title: tidyverse @@ -248,4 +255,5 @@ references: given-names: Hadley email: hadley@rstudio.com year: '2022' + url: https://CRAN.R-project.org/package=tidyverse version: '>= 1.3.0' diff --git a/DESCRIPTION b/DESCRIPTION index c01e4b08..e729309f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyBdE Title: Download Data from Bank of Spain -Version: 0.2.3.9000 +Version: 0.2.4 Authors@R: person("Diego", "H. Herrero", , "dev.dieghernan@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain")) diff --git a/NEWS.md b/NEWS.md index e389827d..13a523c9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyBdE (development version) +# tidyBdE 0.2.4 - Update series code on `bde_ind_cpi_var()`. diff --git a/README.md b/README.md index a5f2ecfd..9eefa1d1 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ To cite the ‘tidyBdE’ package in publications use: H. Herrero D (2022). *tidyBdE: Download Data from Bank of Spain*. doi: 10.5281/zenodo.4673496 (URL: ), -R package version 0.2.3.9000, \\>. A BibTeX entry for LaTeX users is @@ -261,9 +261,9 @@ A BibTeX entry for LaTeX users is @Manual{, title = {tidyBdE: Download Data from Bank of Spain}, year = {2022}, - version = {0.2.3.9000}, + version = {0.2.4}, author = {Diego {H. Herrero}}, - note = {R package version 0.2.3.9000}, + note = {R package version 0.2.4}, doi = {10.5281/zenodo.4673496}, url = {https://ropenspain.github.io/tidyBdE/}, abstract = {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'), the supervisor of the Spanish banking system along with the European Central Bank. This package is in no way sponsored endorsed or administered by 'Banco de España'.}, diff --git a/codemeta.json b/codemeta.json index be71278f..8096789f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/rOpenSpain/tidyBdE", "issueTracker": "https://github.com/rOpenSpain/tidyBdE/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.3.9000", + "version": "0.2.4", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -181,7 +181,7 @@ }, "applicationCategory": "Macroeconomics", "isPartOf": "https://ropenspain.es/", - "fileSize": "774.034KB", + "fileSize": "778.322KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -196,7 +196,7 @@ "name": "tidyBdE: Download Data from Bank of Spain", "identifier": "10.5281/zenodo.4673496", "url": "https://ropenspain.github.io/tidyBdE/", - "description": "R package version 0.2.3.9000", + "description": "R package version 0.2.4", "@id": "https://doi.org/10.5281/zenodo.4673496", "sameAs": "https://doi.org/10.5281/zenodo.4673496" }