Package
Hadley Wickham, Kirill Müller
Learn about two last-minute additions to dplyr 1.0.0: a chattier summarise() with more options for controlling grouping of output, and new row manipulation functions inspired by SQL. Read more ...
2020/05/06
Hadley Wickham
dplyr 1.0.0 is scheduled for release on May 15. This blog post talks about what package maintainers can do to prepare. Read more ...
2020/04/29
Hadley Wickham
dplyr now makes heavy use of vctrs behind the scenes. This brings with it greater consistency and (hopefully!) more useful error messages. Read more ...
2020/04/27
Max Kuhn
Three new tidymodels packages, baguette, poissonreg, and plsmod, were just released on CRAN. Read more ...
2020/04/15
Hadley Wickham
2020/04/11
Hadley Wickham
rowwise() has been renewed and revamped to make it easier to perform operations row-by-row. This makes it much easier to solve problems that previously required lapply(), map(), or friends. Read more ...
2020/04/10
Kirill Müller
tibble 3.0.0 is on CRAN now! Tibbles are a modern reimagining of the data frame, keeping what time has shown to be effective, and throwing out what is not, with nicer default output too! This article describes the latest major release and provides an outlook on further developments Read more ...
2020/04/09
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