-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e22f36
commit 709c407
Showing
5 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [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 | ||
|
@@ -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: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tibble | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: utils | ||
|
@@ -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' | ||
|
@@ -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' | ||
|
@@ -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 | ||
|
@@ -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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters