Skip to content

Commit 116bae0

Browse files
committed
Add NEWS.md entry for as_list_col all_rows NA -> NULL
1 parent cf2ad2f commit 116bae0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ inter-release development versions will include an additional ".9999" suffix.
4747
* Slide functions now keep any grouping of `x` in their results, like
4848
`mutate` and `group_modify`.
4949
* To obtain the old behavior, `dplyr::ungroup` the slide results immediately.
50+
* Additional `epi_slide` changes:
51+
* When using `as_list_col = TRUE` together with `ref_time_values` and
52+
`all_rows=TRUE`, the marker for excluded computations is now a `NULL` entry
53+
in the list column, rather than a `NA`; if you are using `tidyr::unnest()`
54+
afterward and want to keep these missing data markers, you will need to
55+
replace the `NULL` entries with `NA`s. Skipped computations are now more
56+
uniformly detectable using `vctrs` methods.
5057
* Additional`epix_slide` changes:
5158
* `epix_slide`'s `group_by` argument has been replaced by `dplyr::group_by` and
5259
`dplyr::ungroup` S3 methods. The `group_by` method uses "data masking" (also

0 commit comments

Comments
 (0)