Skip to content

dplyr 1.0.5

Compare
Choose a tag to compare
@romainfrancois romainfrancois released this 05 Mar 12:43
  • Fixed edge case of slice_sample() when weight_by= is used and there
    0 rows (#5729).

  • across() can again use columns in functions defined inline (#5734).

  • Using testthat 3rd edition.

  • Fixed bugs introduced in across() in previous version (#5765).

  • group_by() keeps attributes unrelated to the grouping (#5760).

  • The .cols= argument of if_any() and if_all() defaults to everything().