Author: Articles on Tidyverse

Carpe Talk

Summer conference season is in full swing, with useR! 2018 Brisbane nearly upon us! Conference talks are a great opportunity to help people learn about the cool and useful things...continue reading.

bench 1.0.1

bench is now available on CRAN! The goal of bench is to benchmark code, by tracking execution time, memory allocations and garbage collections. Install the latest version with: install.packages("bench") Usage...continue reading.

dplyr 0.7.5

We’re excited to announce version 0.7.5 of the dplyr package, the grammar of data manipulation in the tidyverse. This minor release includes the move to tidyselect, features like scoped operations...continue reading.

pillar 1.2.2

Announcing version 1.2.2 of the pillar package which prints tibbles to the terminal. This is yet another small release that addresses user feedback. Numbers are printed more consicely and accurately....continue reading.

readxl 1.1.0

We are pleased to announce that readxl 1.1.0 is now available on CRAN. Learn more about readxl at http://readxl.tidyverse.org. The readxl package makes it easy to get tabular data out...continue reading.

rlang 0.2.0

We are happy to announce a new version of rlang that features many improvements to tidy evaluation: The quirks in the quasiquotation syntax have been much reduced. Quosures gained a...continue reading.

pillar 1.2.1

We’re excited to present version 1.2.1 of the pillar package, the package that is responsible for printing tibbles to the terminal. This small release addresses feedback concerning the output of...continue reading.