Release v0.7.4.9003 created by Kirill Müller on 29 March 2018, 21:44:04 UTC
dplyr 0.7.4.9003
* `row_number()` works on empty subsets (#3454). * Support `!!!` in `recode_factor()` (#3390). * Specify `[`-type base subsetting in filter docs. * Hybrid functions can now be masked by regular R functions to turn off hybrid evaluation (#3255). * Reindexing grouped data frames never updates the `"class"` attribute. This also avoids unintended updates to the original object (#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` (#3318). * `do()` operations with more than one named argument can access `.` (#2998). * Improve column name compatibility for `mutate_each()` and `summarize_each()` with dplyr 0.5.0 and earlier in an edge case (#3020).
Target: d1016a363adb2612a75e95e316084f4a33f723bb
Directory: 65e66c7a282e449966725be05c03fd606573bddf
back to top