Posts
Simon Couch
New releases of the tune, finetune, and workflowsets packages have made optimizing model parameters with tidymodels even more pleasant. Read more ...
2023/04/20
Hannah Frick
censored 0.2.0 is on CRAN! censored has two new engines for random forests and parametric survival models. Read more ...
2023/04/19
Simon Couch
When performance becomes an issue for code using tidy interfaces, switching to the backend tools used by tidy developers can offer substantial speedups. Read more ...
2023/04/18
Andy Teucher
A few recent changes in CRAN requirements for packages containing C or C++ code have caused package developers some headaches. This post outlines the issues and provides solutions the tidyverse team has used to address them. Read more ...
2023/03/30
Davis Vaughan
dplyr 1.1.1 is on CRAN! This patch release includes a number of performance regression fixes along with refinements to the multiple match join warnings that result in warnings being thrown much less often. Read more ...
2023/03/22
George Stagg
webR 0.1.0 has been released! Using the magic of WebAssembly, webR allows you to run R code directly within a web browser. Read more ...
2023/03/09
Hadley Wickham
Now including lubridate! Read more ...
2023/03/08
Hadley Wickham
dtplyr brings initial support for dplyr 1.1.0 features, new translations, and a breaking change. Read more ...
2023/02/24
Davis Vaughan
This final post contains a grab-bag of new features, including: pick() for column selection inside of data-masking functions, reframe() as the new home for summarise()'s multi-row behavior, and major performance improvements to arrange(). Read more ...
2023/02/07
Davis Vaughan
All of the dplyr vector functions, like between() and case_when(), are now powered by vctrs. We’ve also added two powerful new helpers: case_match() and consecutive_id(). Read more ...
2023/02/02