R News from another blog for R community

Welcome!

Welcome to the new and improved tidyverse website. We are working hard to make tidyverse.org the place to go to learn the tidyverse and to keep up to date with...continue reading.

tidyr 0.7.0

We are happy to announce that tidyr 0.7.0 is now available on CRAN. There are two big changes: tidyr now supports tidy evaluation (or tidy eval for short). You can...continue reading.

Erratum tidyr 0.7.0

In tidyr 0.7.0, we introduced a stronger distinction between data expressions and context expressions for selection verbs like gather(). However that change caused a lot of trouble and confusion and...continue reading.

glue 1.2.0

glue 1.2.0 is now available on CRAN! glue is designed to make it easy to interpolate (“glue”) your data into strings. Compared to equivalents like paste() and sprintf() it is...continue reading.

tidyverse 1.2.0

We are pleased to announce the release of tidyverse 1.2.0 on CRAN (now 1.2.1, following some minor fixes) includes updates in tidyverse package membership, as well as to tidyverse functions...continue reading.

withr 2.1.0

withr 2.1.0 is now available on CRAN! withr makes working with global state in R safer and less error prone. It has only base package dependencies so is easily included...continue reading.

usethis 1.0.0 (and 1.1.0)

We’re pleased to announce the release of usethis 1.0.0 on CRAN (now 1.1.0, following some small improvements discovered after release). usethis is designed to smooth package-development workflows by automating everything...continue reading.