Releases: eurostat/hicp
Releases · eurostat/hicp
hicp 0.6.1
hicp 0.6.0
- Introduced the global options
options("hicp.unbundle"=TRUE)
,options(hicp.coicop.version="ecoicop-hicp")
,options(hicp.all.items.code="00")
- The functions
is.coicop()
,level()
,parent()
,child()
,aggregate()
, andtree()
now have the argumentsettings
, which can be used to define a COICOP version (coicop.version
), the all-items code (all.items.code
), and how bundle codes are treated (unbundle
) - The function
is.coicop()
now accepts different COICOP versions. The functionslevel()
,parent()
,child()
,aggregate()
, andtree()
only process valid COICOP codes and the all-items code. - Fixed the behavior of
aggregate()
when the functionsjevons()
,carli()
, andharmonic()
are used and no weightsw0
are provided - Fixed a bug in the function
chain()
, which occurred when the unchained series started in January andby=12
. In this case, the index reference period (with value 100) was not correctly detected - Updated documentation and tests accordingly
hicp 0.5.1
- Fixed a bug in the functions
jevons()
,carli()
, andharmonic()
, which checked the weightsw0
that were, however, not required by the function - Fixed a bug in the function
chain()
, which occurred whenNA
's were present in the index where the index value was set to 100 (instead ofNA
) - Updated documentation and tests accordingly
hicp 0.5.0
- New functions
jevons()
,carli()
, andharmonic()
available - Function
aggregate()
now allows calculation of user-defined aggregates even if not all parts of an aggregate are present in the data (settings$add.exact=FALSE
) - Function
aggregate()
no longer requires any weightsw0
orwt
if the underlyingindex
function does not require weights
hicp 0.4.2
- Function
link()
now returns a matrix instead of a data.table - Function
convert()
now returns a named vector instead of a data.table - Updated references to the new HICP Methodological Manual
- Cleaned code for easier reference to other package functions
hicp 0.4.1
- Updated description
- Replaced
\dontrun
with\donttest
in examples - Initial CRAN submission.
- First Github release.