You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as it's using epi_slide which now autogroups, followed by dplyr::select([stuff that doesn't explicitly include epikey cols]).
Might be addressed by #564, which ungroups after slides if we autogrouped.
This also causes name conflicts if we try to unpack the outlier info because we now have duplicate epikey columns packed in the outlier info. (Workaround is to |> unnest() and ignore the advice to provide cols because providing cols also causes it to complain about naming conflicts.)
brookslogan
changed the title
Avoid messages about adding grouping variables in select in roll_iqr
Avoid inclusion of epikeys in roll_iqrNov 28, 2024
No description provided.
The text was updated successfully, but these errors were encountered: