Skip to content

Commit 482eaa8

Browse files
committed
extend news
1 parent 381909b commit 482eaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
#[1] TRUE
224224
```
225225

226-
18. New `frolladapt` helper function has been added to aid in preparation of adaptive length of rolling window width when dealing with _irregularly spaced ordered data_. This lets the user to apply a rolling function over a period without having to deal with gaps in a data where some periods might be missing.
226+
18. New `frolladapt` helper function has been added to aid in preparation of adaptive length of rolling window width when dealing with _irregularly spaced ordered data_. This lets the user to apply a rolling function over a period without having to deal with gaps in a data where some periods might be missing, [#3241](https://github.com/Rdatatable/data.table/issues/3241). Thanks to @jangorecki for implementation.
227227
```r
228228
idx = as.Date("2022-10-23") + c(0,1,4,5,6,7,9,10,14)
229229
dt = data.table(index=idx, value=seq_along(idx))

0 commit comments

Comments
 (0)