Releases: marberts/gpindex
gpindex 0.6.2
gpindex 0.6.1
-
Updated maintainer email.
-
Added a parameter to generalize
geks()
by controlling how indexes are
averaged over the rolling window. -
Fixed a bug where
transmute_weights()
andfactor_weights()
could return
a result with a different length thanw
. -
Added a new function
splice_index()
for splicing indexes calculated over
a rolling window (this was previously sketched in an example). -
transmute_weights()
is now faster.
gpindex 0.6.0
-
Bumped minimum version of R to at least 4.0.
-
The use of
...
ingrouped()
andbalanced()
is deprecated, and will be removed in a future version. The same behavior can be had by using an anonymous function. -
Added the
walsh_geks()
function. -
back_period()
andbase_period()
gain a new argumentmatch_first
to control whether products in the first period match to themselves or returnNA
. -
Updated documentation.
-
Added a brief vignette.
Version 0.5.0
-
back_price()
andbase_price()
have been removed. -
Functions for transforming weights only keep the attributes of the weights (if any), as documented.
-
grouped()
no longer mangles names.