Skip to content

Releases: m-muecke/bbk

bbk 0.8.0

02 Oct 14:45

Choose a tag to compare

  • Add missing data in bbk_series().
  • Support for exchange rates from the Bank of Canada (BoC).
  • Support for Bank of Canada (BoC) data.

bbk 0.7.0

25 Aug 08:53

Choose a tag to compare

  • Switch to checkmate for input validation.
  • Documentation improvements.
  • Support for Bank of England (BoE) data.
  • Support for Banque de France (BdF) data.
  • Support for Banco de España (BdE) data.
  • Support for Österreichische Nationalbank (OeNB) data.

bbk 0.6.0

03 Feb 10:52

Choose a tag to compare

  • Migration to data.table package. Internal data manipulation is now done using
    data.table and all functions return data.table objects.
  • Support for Swiss National Bank (SNB) data.

bbk 0.5.0

02 Dec 11:21

Choose a tag to compare

  • New function ecb_euro_rates() to get euro foreign exchange reference rates
    from the European Central Bank (ECB)

bbk 0.4.0

08 Jul 12:17

Choose a tag to compare

  • Support for European Central Bank (ECB) data

bbk 0.3.0

12 Jun 15:35

Choose a tag to compare

  • Prefix in function name has changed from bb_ to bbk_
  • Allow multiple keys in bbk_data()
  • Dynamically parse column names in bbk_data()
  • Support for /data/flowRef endpoint

bbk 0.2.0

30 Apr 10:05

Choose a tag to compare

  • Remove missing rows in bb_series()
  • Better title and unit parsing for bb_series()

bbk 0.1.0

23 Apr 10:42

Choose a tag to compare

  • Initial CRAN submission.