Latest version of tidyr returns error about not being able to subset names that don't exist.
Reverting to ver. 1.1.4 makes the code work again.
I've no time to create a reprex, but here's essentially what breaks:
temp.pivot <- pivot_wider(
output.df,
id_cols = "boom",
values_from = c(paste0(r,"some_suffix_name")),
names_from = "boom"
)
Latest version of tidyr returns error about not being able to subset names that don't exist.
Reverting to ver. 1.1.4 makes the code work again.
I've no time to create a reprex, but here's essentially what breaks: