Posts
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
Hadley Wickham
2020/03/25
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
Gábor Csárdi
A minor roxygen2 release with some new features Read more ...
2020/03/11
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