Skip to contents

readecb 0.1.3

  • ecb_fetch() now checks for empty API responses and throws an informative error instead of returning a malformed data frame.
  • ecb_exchange_rate() now validates currency codes upfront, with a helpful error pointing to list_exchange_rates().
  • ecb_hicp() now validates the country argument is a non-empty character vector.

readecb 0.1.2

CRAN release: 2026-03-19

  • Removed non-existent pkgdown URL from DESCRIPTION.

readecb 0.1.1

  • Examples now cache to tempdir() instead of the user’s home directory, fixing CRAN policy compliance for \donttest examples.
  • Cache directory is now configurable via options(readecb.cache_dir = ...).

readecb 0.1.0