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
Ah, I think tidyr:::complete.grouped_df() needs to do .env$fill and .env$explicit when passing them through since they go into a dplyr function (which will use column names first if they exist).
Probably also look at tidyr:::expand.grouped_df() and do the same with .name_repair
When there is a column called
fill
in a grouped data frame,complete
always fails.The text was updated successfully, but these errors were encountered: