hicp
Harmonised Index of Consumer Prices
Eurostat's inflation package moved its whole taxonomy to ECOICOP 2 and broke the old one on purpose.
◆Recent moves
- 6mo ago
Default classification moves to ECOICOP 2, retiring bundle codes
⚡ SPARKThe release that changes which classification the package speaks by default, and it does so with breaking changes rather than a compatibility flag. Static datasets become version-aware functions, and the bundle machinery that only ECOICOP 1 needs is pushed out of the public surface.
View source ↗ - 6mo ago
Download functions accept all defaults via dots
A plumbing release that removes an inconsistency users would have hit: some internally set defaults in datasets(), datafilters() and data() could not be overridden. Now all of them can, with tests loosened so an empty result is no longer an error.
View source ↗ - 1y ago
1.0 splits aggregation into tree-following and user-defined halves
⚡ SPARKThe API-settling release that made the later classification migration tractable. It separates gradual aggregation up the COICOP tree from user-defined aggregates, renames the download and conversion functions into a consistent set, and introduces the settings object that 1.1.0 later builds on.
View source ↗ - 2y ago
Vignette build fix for one CRAN check flavour
A single fix for vignette creation failing on one CRAN check flavour. No user-visible change.
View source ↗ - 2y ago
Global options and a settings argument make COICOP version selectable
The release that first made the classification a parameter rather than an assumption, introducing the hicp.coicop.version option and a settings argument across is.coicop(), level(), parent(), child(), aggregate() and tree(). Both of the breaking releases that follow are edits to this design.
View source ↗ - 2y ago
Elementary index weight checks and chain() NA handling fixed
Two bug fixes in index computation: an unnecessary weights check in the elementary index formulas, and chain() mishandling NAs at the reference period. Corrections within existing behaviour.
View source ↗