Skip to content

dplyr 1.1.3

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 05 Sep 14:36
  • mutate_each() and summarise_each() now throw correct deprecation messages
    (#6869).

  • setequal() now requires the input data frames to be compatible, similar to
    the other set methods like setdiff() or intersect() (#6786).