crossing and nesting no longer supports lazy evaluation #820
Labels
bug
an unexpected problem or unintended behavior
pivoting ♻️
pivot rectangular data to different "shapes"
Milestone
On tidyr 0.8.3,
tidyr::crossing
andtidyr::nesting
usedtibble::lst
to capture dots, and supported lazy evaluation of arguments.On tidyr 1.0.0, they use
tidyr:::dots_cols
, and no more support lazy evaluation.Is this intended or unexpected?
tidyr 1.0.0
tidyr 0.8.3
The text was updated successfully, but these errors were encountered: