Skip to content

Commit

Permalink
Prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 23, 2022
1 parent 7e22f36 commit 709c407
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
16 changes: 12 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -142,6 +144,7 @@ references:
email: [email protected]
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
Expand All @@ -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
Expand All @@ -167,6 +171,7 @@ references:
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=tibble
version: '>= 3.0.0'
- type: software
title: utils
Expand All @@ -190,7 +195,7 @@ references:
email: [email protected]
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'
Expand Down Expand Up @@ -229,6 +234,7 @@ references:
email: [email protected]
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'
Expand All @@ -238,6 +244,7 @@ references:
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=testthat
version: '>= 3.0.0'
- type: software
title: tidyverse
Expand All @@ -248,4 +255,5 @@ references:
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=tidyverse
version: '>= 1.3.0'
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tidyBdE (development version)
# tidyBdE 0.2.4

- Update series code on `bde_ind_cpi_var()`.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,17 +253,17 @@ 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: <https://doi.org/10.5281/zenodo.4673496>),
R package version 0.2.3.9000, \<URL:
R package version 0.2.4, \<URL:
<https://ropenspain.github.io/tidyBdE/>\>.

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'.},
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -181,7 +181,7 @@
},
"applicationCategory": "Macroeconomics",
"isPartOf": "https://ropenspain.es/",
"fileSize": "774.034KB",
"fileSize": "778.322KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"
}
Expand Down

0 comments on commit 709c407

Please sign in to comment.