diff --git a/CITATION.cff b/CITATION.cff index e8eba776..c64da02e 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.3.3.9000 +version: 0.3.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 @@ -32,7 +32,7 @@ preferred-citation: affiliation: rOpenSpain doi: 10.5281/zenodo.4673496 year: '2023' - version: 0.3.3.9000 + version: 0.3.4 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 diff --git a/DESCRIPTION b/DESCRIPTION index 9078a43c..436df2ba 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyBdE Title: Download Data from Bank of Spain -Version: 0.3.3.9000 +Version: 0.3.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 e34b7079..90d3f6bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyBdE (development version) +# tidyBdE 0.3.4 - Update API entry points. diff --git a/README.Rmd b/README.Rmd index d8f4d41c..81d6ec90 100644 --- a/README.Rmd +++ b/README.Rmd @@ -27,11 +27,11 @@ knitr::opts_chunk$set( [![CRAN-results](https://badges.cranchecks.info/worst/tidyBdE.svg)](https://cran.r-project.org/web/checks/check_results_tidyBdE.html) [![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/tidyBdE?color=blue)](https://cran.r-project.org/package=tidyBdE) [![On-CRAN](https://www.r-pkg.org/badges/ago/tidyBdE)](https://cran.r-project.org/web/checks/check_results_tidyBdE.html) -[![r-universe](https://ropenspain.r-universe.dev/badges/tidyBdE)](https://ropenspain.r-universe.dev/) +[![r-universe](https://ropenspain.r-universe.dev/badges/tidyBdE)](https://ropenspain.r-universe.dev/tidyBdE) [![R-CMD-check](https://github.com/rOpenSpain/tidyBdE/actions/workflows/check-full.yaml/badge.svg)](https://github.com/rOpenSpain/tidyBdE/actions/workflows/check-full.yaml) [![codecov](https://codecov.io/gh/ropenspain/tidyBdE/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropenspain/tidyBdE) [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4673496-blue)](https://doi.org/10.5281/zenodo.4673496) -[![Project Status: Active – The project has reached a stable, usable state and +[![Project Status: Active -- The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) @@ -69,7 +69,9 @@ options(repos = c( )) # Install tidyBdE -install.packages("tidyBdE") +install.packages("tidyBdE", + repos = c("https://ropenspain.r-universe.dev", "https://cloud.r-project.org") +) ``` ## Examples diff --git a/README.md b/README.md index edaec7b3..975e1f44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CRAN-results](https://badges.cranchecks.info/worst/tidyBdE.svg)](https://cran.r-project.org/web/checks/check_results_tidyBdE.html) [![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/tidyBdE?color=blue)](https://cran.r-project.org/package=tidyBdE) [![On-CRAN](https://www.r-pkg.org/badges/ago/tidyBdE)](https://cran.r-project.org/web/checks/check_results_tidyBdE.html) -[![r-universe](https://ropenspain.r-universe.dev/badges/tidyBdE)](https://ropenspain.r-universe.dev/) +[![r-universe](https://ropenspain.r-universe.dev/badges/tidyBdE)](https://ropenspain.r-universe.dev/tidyBdE) [![R-CMD-check](https://github.com/rOpenSpain/tidyBdE/actions/workflows/check-full.yaml/badge.svg)](https://github.com/rOpenSpain/tidyBdE/actions/workflows/check-full.yaml) [![codecov](https://codecov.io/gh/ropenspain/tidyBdE/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropenspain/tidyBdE) [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4673496-blue)](https://doi.org/10.5281/zenodo.4673496) @@ -54,7 +54,9 @@ options(repos = c( )) # Install tidyBdE -install.packages("tidyBdE") +install.packages("tidyBdE", + repos = c("https://ropenspain.r-universe.dev", "https://cloud.r-project.org") +) ``` ## Examples @@ -246,7 +248,7 @@ A BibTeX entry for LaTeX users is doi = {10.5281/zenodo.4673496}, author = {Diego {H. Herrero}}, year = {2023}, - version = {0.3.3.9000}, + version = {0.3.4}, 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 9acdf744..6144bf43 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.3.3.9000", + "version": "0.3.4", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -180,7 +180,7 @@ }, "applicationCategory": "Macroeconomics", "isPartOf": "https://ropenspain.es/", - "fileSize": "771.652KB", + "fileSize": "771.611KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index a5bfcce7..dc11f5bf 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -48,3 +48,6 @@ template: authors: Banco de España: href: "https://www.bde.es/" + +development: + mode: auto \ No newline at end of file diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 00000000..31f6c40d --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,6 @@ +checks +library +checks.noindex +library.noindex +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 00000000..bc8f14b2 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,65 @@ +# Platform + +|field |value | +|:--------|:------------------------------------------| +|version |R version 4.3.0 (2023-04-21 ucrt) | +|os |Windows 11 x64 (build 22621) | +|system |x86_64, mingw32 | +|ui |RStudio | +|language |(EN) | +|collate |Spanish_Spain.utf8 | +|ctype |Spanish_Spain.utf8 | +|tz |Europe/Madrid | +|date |2023-06-13 | +|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) | +|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe | + +# Dependencies + +|package |old |new |Δ | +|:------------|:------|:------|:--| +|tidyBdE |0.3.3 |0.3.4 |* | +|bit |4.0.5 |4.0.5 | | +|bit64 |4.0.5 |4.0.5 | | +|cli |3.6.1 |3.6.1 | | +|clipr |0.8.0 |0.8.0 | | +|colorspace |2.1-0 |2.1-0 | | +|cpp11 |0.4.3 |0.4.3 | | +|crayon |1.5.2 |1.5.2 | | +|dplyr |1.1.2 |1.1.2 | | +|fansi |1.0.4 |1.0.4 | | +|farver |2.1.1 |2.1.1 | | +|generics |0.1.3 |0.1.3 | | +|ggplot2 |3.4.2 |3.4.2 | | +|glue |1.6.2 |1.6.2 | | +|gtable |0.3.3 |0.3.3 | | +|hms |1.1.3 |1.1.3 | | +|isoband |0.2.7 |0.2.7 | | +|labeling |0.4.2 |0.4.2 | | +|lifecycle |1.0.3 |1.0.3 | | +|magrittr |2.0.3 |2.0.3 | | +|munsell |0.5.0 |0.5.0 | | +|pillar |1.9.0 |1.9.0 | | +|pkgconfig |2.0.3 |2.0.3 | | +|prettyunits |1.1.1 |1.1.1 | | +|progress |1.2.2 |1.2.2 | | +|purrr |1.0.1 |1.0.1 | | +|R6 |2.5.1 |2.5.1 | | +|RColorBrewer |1.1-3 |1.1-3 | | +|readr |2.1.4 |2.1.4 | | +|rlang |1.1.1 |1.1.1 | | +|scales |1.2.1 |1.2.1 | | +|stringi |1.7.12 |1.7.12 | | +|stringr |1.5.0 |1.5.0 | | +|tibble |3.2.1 |3.2.1 | | +|tidyr |1.3.0 |1.3.0 | | +|tidyselect |1.2.0 |1.2.0 | | +|tzdb |0.4.0 |0.4.0 | | +|utf8 |1.2.3 |1.2.3 | | +|vctrs |0.6.2 |0.6.2 | | +|viridisLite |0.4.2 |0.4.2 | | +|vroom |1.6.3 |1.6.3 | | +|withr |2.5.0 |2.5.0 | | + +# Revdeps + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 00000000..33114b63 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/vignettes/chart-1.png b/vignettes/chart-1.png index af974bcc..1ed69316 100644 Binary files a/vignettes/chart-1.png and b/vignettes/chart-1.png differ diff --git a/vignettes/macroseries-1.png b/vignettes/macroseries-1.png index 69272cf5..eb7a22eb 100644 Binary files a/vignettes/macroseries-1.png and b/vignettes/macroseries-1.png differ