tsibble v0.3.0
The tsibble package has a hexagon logo now! Thanks Mitch (@mitchelloharawild).
New functions
- New
difference()
computes lagged differences of a numeric vector. It returns a vector of the same length as the input withNA
padded. It works withmutate()
. - Added the support of
gather()
/spread()
,nest()
/unnest()
totbl_ts
.
Defunct
- retired
tsummarise()
.
Internal changes
- If
index2
deviates fromindex
(usingindex_by()
), theindex2
will be part of grouping variables.