Tags: qtao/dplyr
Tags
dplyr 0.7.4.9004 * The hybrid evaluator finds functions from dplyr even if dplyr is not attached (tidyverse#3456). * Dedicated error message when trying to use columns of the `Interval` or `Period` classes (tidyverse#2568). * Improved documentation for set operations (tidyverse#3238, @edublancas).
dplyr 0.7.4.9003 * `row_number()` works on empty subsets (tidyverse#3454). * Support `!!!` in `recode_factor()` (tidyverse#3390). * Specify `[`-type base subsetting in filter docs. * Hybrid functions can now be masked by regular R functions to turn off hybrid evaluation (tidyverse#3255). * Reindexing grouped data frames never updates the `"class"` attribute. This also avoids unintended updates to the original object (tidyverse#3438). * Avoid cleaning the data mask, a temporary environment used to evaluate expressions. If the environment, in which e.g. a `mutate()` expression is evaluated, is preserved until after the operation, accessing variables from that environment now gives a warning but still returns `NULL` (tidyverse#3318). * `do()` operations with more than one named argument can access `.` (tidyverse#2998). * Improve column name compatibility for `mutate_each()` and `summarize_each()` with dplyr 0.5.0 and earlier in an edge case (tidyverse#3020).
* Improved documentation for `funs()` (tidyverse#3094). * Compute variable names for joins in R (tidyverse#3430). * Hybrid evaluation simplifies `dplyr::foo` to `foo` (tidyverse#3309) * `bind_cols()` handles unnamed list (tidyverse#3402).
* `slice()` no longer enforce tibble classes when input is a simple `… …data.frame`, and ignores 0 (tidyverse#3297, tidyverse#3313).
PreviousNext