Releases: rOpenSpain/tidyBdE
Releases · rOpenSpain/tidyBdE
tidyBdE 0.2.4
- Update series code on
bde_ind_cpi_var()
.
tidyBdE 0.2.3
-
The followings catalogs has been deprecated on the API, package updated
accordingly:- CF: Financial Accounts of the Spanish Economy.
- IE: Economic Indicators
Full Changelog: v0.2.2...v0.2.3
tidyBdE 0.2.2
-
BdE starts migrating "Indicadores Económicos" (Economic Indicators) series
to the Statistical Bulletin (more info
here).
Some series onbde_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.
Full Changelog: v0.2.1...v0.2.2
tidyBdE 0.2.1
- 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()
.
What's Changed
- Update citation by @dieghernan in #14
- Fix typo on citation by @dieghernan in #15
- Update actions by @dieghernan in #16
- Change @concepts for @families by @dieghernan in #17
Full Changelog: v0.2.0...v0.2.1
tidyBdE 0.2.0
- 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.
What's Changed
- Move to testthat by @dieghernan in #7
- Add new action by @dieghernan in #9
- Start skipping tests if offline by @dieghernan in #10
- Add NULL value if offline by @dieghernan in #11
Full Changelog: v0.1.2...v0.2.0
tidyBdE 0.1.2
- Precompile vignette.
- Better handling of errors, according to CRAN rules.
- Changed some examples.
Full Changelog: v0.1.1...v0.1.2
tidyBdE 0.1.1
- 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()
.
Full Changelog: v0.1.0...v0.1.1
tidyBdE 0.1.0
- Initial release.
Full Changelog: https://github.com/rOpenSpain/tidyBdE/commits/v0.1.0