dplyr 1.0.4
-
Improved performance for
across(). This makessummarise(across())and
mutate(across())perform as well as the superseded colwise equivalents (#5697). -
summarise()silently ignores NULL results (#5708). -
Fixed a performance regression in
mutate()when warnings occur once per
group (#5675). We no longer instrument warnings with debugging information
whenmutate()is called withinsuppressWarnings().