- Update
bde_ind_gdp_quarterly()
since the underlying identifier changed.
- 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
.csv
files changed to"latin1"
.
- Adapt
scale_color_bde_d()
and friends to ggplot2 3.5.0. Also expose theguide
argument instead of hard-coding it.
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:alpha
yrev
.- Update and review documentation.
- New palette named
bde_qual_pal
.
- Update API entry points.
- Update tests and documentation.
- Remove tidyverse from Suggests.
- On indicators:
bde_ind_ibex()
renamed tobde_ind_ibex_monthly()
.- New indicator
bde_ind_ibex_daily()
- Add new dependency: tidyr.
- New parameter
out_format
onbde_series_load()
. - Use best practices and small adjustments on
theme_tidybde()
.
- 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()
.
- Update HTML5 due to CRAN request
- Update series code on
bde_ind_cpi_var()
.
- The followings catalogs has been deprecated on the API, package updated
accordingly:
- CF: Financial Accounts of the Spanish Economy.
- IE: Economic Indicators
- 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.
- 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()
.
- 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.
- Precompile vignette.
- Better handling of errors, according to CRAN rules.
- Changed some examples.
- 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()
.
- Initial release.