Package

Hadley Wickham
A new
across()
function makes it much easier to apply the same operation to multiple columns. It supersedes the _if()
, _at()
, and _all()
function variants.
Read more ...
2020/04/03

Hadley Wickham
select()
and rename()
can now select by position, name, function of name, type, and any combination thereof. A new relocate()
function makes it easy to change the position of columns.
Read more ...
2020/03/27

Hadley Wickham
In
summarise()
, a single summary expression can now create both multiple rows and multiple columns. This significantly increases its power and flexibility.
Read more ...
2020/03/20

Hadley Wickham
This post focusses on the idea of the “function lifecycle” which helps you understand where functions in dplyr are going. Particularly important is the idea of a “superseded” function. A superseded function is not going away, but we no longer recommend using it in new code.
Read more ...
2020/03/09

Thomas Lin Pedersen
The next iteration of ggplot2 has just been released on CRAN, packed with new
features and bug fixes. Read all about what’s new here.
Read more ...
2020/03/05

Emil Hvitfeldt
themis 0.1.0 is now available on CRAN. Provides additional steps for recipes to deal with unbalanced data.
Read more ...
2020/02/11