github tidyverse/dplyr v1.0.4
dplyr 1.0.4

latest releases: v1.1.4, v1.1.3, v1.1.2...
3 years ago
  • Improved performance for across(). This makes summarise(across()) and
    mutate(across()) perform as well as the superseded colwise equivalents (#5697).

  • New functions if_any() and if_all() (#4770, #5713).

  • 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
    when mutate() is called within suppressWarnings().

Don't miss a new dplyr release

NewReleases is sending notifications on new releases.