tidyBdE 0.4.0
CRAN release: 2025-06-22
- Now
bde_indicatorsare based on the data of the new data basebde_ind_db, for more clarity on the underlying series identifiers and easier maintenance.
tidyBdE 0.3.8
CRAN release: 2024-12-20
- Update
bde_ind_gdp_quarterly()since the underlying identifier changed.
tidyBdE 0.3.7
CRAN release: 2024-08-26
- Update
bde_ind_unemployment_rate()andbde_ind_population()since the underlying identifier changed. - DOI changed to CRAN url: https://doi.org/10.32614/CRAN.package.tidyBdE.
- Native encoding when reading the
.csvfiles changed to"latin1".
tidyBdE 0.3.6
CRAN release: 2024-04-22
- Adapt
scale_color_bde_d()and friends to ggplot2 3.5.0. Also expose theguideargument instead of hard-coding it.
tidyBdE 0.3.5
CRAN release: 2024-01-29
Mostly changes on the color functions:
-
bde_vivid_pal()andbde_rose_pal()have been superseded. Use the new functionbde_tidy_palettes()instead. -
scale_color_bde_d()and friends leverage now onbde_tidy_palettes(), and these functions gain two new arguments:alphayrev. - Update and review documentation.
- New palette named
bde_qual_pal.
tidyBdE 0.3.2
CRAN release: 2023-04-01
- Remove tidyverse from Suggests.
- On indicators:
-
bde_ind_ibex()renamed tobde_ind_ibex_monthly(). - New indicator
bde_ind_ibex_daily()
-
tidyBdE 0.3.1
CRAN release: 2022-11-16
- Add new dependency: tidyr.
- New parameter
out_formatonbde_series_load(). - Use best practices and small adjustments on
theme_tidybde().
tidyBdE 0.3.0
CRAN release: 2022-10-07
- Overall improvements on downloading files:
- On url not reachable, remove the local csv since it is empty.
- Improve download process.
- More informative messages for the final user.
- Internal performance improvements.
-
Breaking change:
theme_bde()renamed totheme_tidybde().
tidyBdE 0.2.3
CRAN release: 2022-01-19
- The followings catalogs has been deprecated on the API, package updated accordingly:
- CF: Financial Accounts of the Spanish Economy.
- IE: Economic Indicators
tidyBdE 0.2.2
CRAN release: 2021-10-29
- BdE starts migrating “Indicadores Económicos” (Economic Indicators) series to the Statistical Bulletin (more info here). Some series on
bde_indicators()are likely to be broken in the meantime. So far, these series has been updated:-
bde_ind_euribor_12m_monthly(): New series code is587853.
-
- Update docs and examples.
tidyBdE 0.2.1
CRAN release: 2021-10-07
- Update docs and vignettes.
-
bde_series_load()now tries to coerce characters to numeric. - Improve messages when inconsistencies between catalog and series.
- Export
bde_check_access().
tidyBdE 0.2.0
CRAN release: 2021-08-04
- Add series index article.
- Add new series:
bde_ind_gdp_quarterly(),bde_ind_population(). - Improve package coverage and docs.
- Move tests to testthat.
- The following scales have been removed:
bde_scale_colour_vivid(),bde_scale_color_vivid(),bde_scale_fill_vivid(),bde_scale_colour_rose(),bde_scale_color_rose()bde_scale_fill_rose(). Usescale_color_bde_c()instead.
tidyBdE 0.1.2
CRAN release: 2021-07-07
- Precompile vignette.
- Better handling of errors, according to CRAN rules.
- Changed some examples.
tidyBdE 0.1.1
CRAN release: 2021-06-05
- Add vignette to package
- Color adjustment on
bde_rose_pal(): Now hcl spectrum is more consistent between roses and blues according tocolorspace::specplot(). - Add DOI: https://doi.org/10.5281/zenodo.4673496
- New palettes for ggplot2:
scale_color_bde_c(),scale_color_bde_d(),scale_fill_bde_c(),scale_fill_bde_d(). - Deprecated scales:
bde_scale_colour_vivid(),bde_scale_color_vivid(),bde_scale_fill_vivid(),bde_scale_colour_rose(),bde_scale_color_rose()bde_scale_fill_rose().
