CRAN tidyr accidentally allows specification of pivot_wider()
with empty names_from
/ values_from
#1240
Labels
bug
an unexpected problem or unintended behavior
pivoting ♻️
pivot rectangular data to different "shapes"
This should be a tidyselect error because
name
doesn't exist in the dataset, but it slips by becausename
andvalue
are defined in the tidyr namespace toNULL
to quiet R CMD Check andeval_select()
finds thistidyr/R/pivot-wide.R
Line 338 in 51ddd56
Found in #1102
The text was updated successfully, but these errors were encountered: