Skip to content

Releases: rOpenSpain/tidyBdE

tidyBdE 0.3.7

26 Aug 15:09
Compare
Choose a tag to compare
  • Update bde_ind_unemployment_rate() and bde_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

Full Changelog: v0.3.6...v0.3.7

tidyBdE 0.3.6

22 Apr 19:19
Compare
Choose a tag to compare
  • Adapt scale_color_bde_d() and friends to ggplot2 3.5.0. Also expose
    the guide argument instead of hard-coding it.

Full Changelog: v0.3.6...v0.3.6

tidyBdE 0.3.5

29 Jan 17:43
Compare
Choose a tag to compare

Mostly changes on the color functions:

  • bde_vivid_pal() and bde_rose_pal() have been superseded. Use the new
    function bde_tidy_palettes() instead.
  • scale_color_bde_d() and friends leverage now on bde_tidy_palettes(), and
    these functions gain two new arguments: alpha y rev.
  • Update and review documentation.
  • New palette named bde_qual_pal.

What's Changed

Full Changelog: v0.3.4...v0.3.5

tidyBdE 0.3.4

13 Jun 17:08
Compare
Choose a tag to compare
  • Update API entry points.

Full Changelog: v0.3.3...v0.3.4

tidyBdE 0.3.3

25 May 17:44
Compare
Choose a tag to compare
  • Update tests and documentation.

What's Changed

Full Changelog: v0.3.2...v0.3.3

tidyBdE 0.3.2

01 Apr 16:57
Compare
Choose a tag to compare
  • Remove tidyverse from Suggests.

  • On indicators:

    • bde_ind_ibex() renamed to bde_ind_ibex_monthly().
    • New indicator bde_ind_ibex_daily()

What's Changed

Full Changelog: v0.3.1...v0.3.2

tidyBdE 0.3.1

16 Nov 17:28
Compare
Choose a tag to compare
  • Add new dependency: tidyr.

  • New parameter out_format on bde_series_load().

  • Use best practices and small adjustments on theme_tidybde().

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

tidyBdE 0.3.0

07 Oct 12:24
Compare
Choose a tag to compare
  • 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 to theme_tidybde().

What's Changed

Full Changelog: v0.2.5...v0.3.0

tidyBdE 0.2.5

13 Aug 18:01
Compare
Choose a tag to compare
  • Update HTML5 due to CRAN request

tidyBdE 0.2.4

23 Feb 16:38
Compare
Choose a tag to compare
  • Update series code on bde_ind_cpi_var().