File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ inter-release development versions will include an additional ".9999" suffix.
47
47
* Slide functions now keep any grouping of ` x ` in their results, like
48
48
` mutate ` and ` group_modify ` .
49
49
* 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.
50
57
* Additional` epix_slide ` changes:
51
58
* ` epix_slide ` 's ` group_by ` argument has been replaced by ` dplyr::group_by ` and
52
59
` dplyr::ungroup ` S3 methods. The ` group_by ` method uses "data masking" (also
You can’t perform that action at this time.
0 commit comments