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
We can remove some level of call nesting by using existing
new_tibble(vec_recycle_common()) rather than vec_cbind() to incorporate the
group_key.
(While we weren't triggering this behavior, `vec_cbind()` has some ptype rules
that are probably not what we want if `epi_df`s were to be involved, so
hopefully this will also prevent future re-use in a situation where that might
have been the case.)
0 commit comments