Releases: rOpenSpain/tidyBdE
Releases · rOpenSpain/tidyBdE
tidyBdE 0.3.7
- 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"
.
What's Changed
- Update DOI by @dieghernan in #46
Full Changelog: v0.3.6...v0.3.7
tidyBdE 0.3.6
- Adapt
scale_color_bde_d()
and friends to ggplot2 3.5.0. Also expose
theguide
argument instead of hard-coding it.
Full Changelog: v0.3.6...v0.3.6
tidyBdE 0.3.5
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
.
What's Changed
- Improve documentation by @dieghernan in #36
- Bump actions/checkout from 3 to 4 by @dependabot in #38
- Bump github/codeql-action from 2 to 3 by @dependabot in #40
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #39
Full Changelog: v0.3.4...v0.3.5
tidyBdE 0.3.4
- Update API entry points.
Full Changelog: v0.3.3...v0.3.4
tidyBdE 0.3.3
- Update tests and documentation.
What's Changed
- Update docs by @dieghernan in #33
Full Changelog: v0.3.2...v0.3.3
tidyBdE 0.3.2
-
Remove tidyverse from Suggests.
-
On indicators:
bde_ind_ibex()
renamed tobde_ind_ibex_monthly()
.- New indicator
bde_ind_ibex_daily()
What's Changed
- Update badges by @dieghernan in #29
- Add new series by @dieghernan in #31
Full Changelog: v0.3.1...v0.3.2
tidyBdE 0.3.1
-
Add new dependency: tidyr.
-
New parameter out_format on
bde_series_load()
. -
Use best practices and small adjustments on
theme_tidybde()
.
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #26
- Add possibility to long format by @dieghernan in #27
New Contributors
- @dependabot made their first contribution in #26
Full Changelog: v0.3.0...v0.3.1
tidyBdE 0.3.0
-
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()
.
What's Changed
- Polish package by @dieghernan in #24
Full Changelog: v0.2.5...v0.3.0
tidyBdE 0.2.5
- Update HTML5 due to CRAN request
tidyBdE 0.2.4
- Update series code on
bde_ind_cpi_var()
.