tidyBdE
Retrieve Time Series Data from Banco de Espaa
A Banco de España CSV scraper just learned to query the bank's live statistics API.
◆Recent moves
- 1mo ago
Live Statistics API access replaces bulk CSV as the entry point
⚡ SPARKThe release that changes how tidyBdE gets its data: two Statistics web service functions land alongside the existing bulk-CSV path, and bde_ind_db gains the API series code so the indicator wrappers can follow. It also completes the maintainer's cli and roxygen2 refactor and reaches full line coverage.
View source ↗ - 2mo ago
CSV encoding now detected automatically
Uses readr::guess_encoding() when reading external CSV files instead of assuming an encoding, plus a documentation pass. A patch on the bulk-file path the API functions would supersede weeks later.
View source ↗ - 4mo ago
Vignettes migrate to Quarto; CPI series repointed
Moves the vignettes to Quarto and updates the series code behind bde_ind_cpi_var(). The second half is the routine upstream-identifier tracking that dominates this package's history.
View source ↗ - 7mo ago
R 4.1 minimum and a documentation pass
Raises the minimum R version to 4.1.0 and refreshes documentation, with the remainder of the release being CI action bumps.
View source ↗ - 1y ago
Indicators move onto a single series database
Rebases bde_indicators on the new bde_ind_db dataset so the underlying series identifiers are visible in one place instead of scattered through wrapper functions. A maintainability change that later made the API migration legible — bde_ind_db is where the API series codes were added.
View source ↗ - 1y ago
Quarterly GDP indicator repointed after upstream change
Updates bde_ind_gdp_quarterly() because the underlying Banco de España identifier changed. A representative entry in the long run of releases that exist purely to keep one indicator resolving.
View source ↗