R News from another blog for R community

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.

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.

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.

haven 1.1.2

We are very pleased to announce the release of haven 1.1.2. haven allows R to read and write various data formats used by other statistical packages: SAS, SPSS, and STATA....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.

ggplot2 3.0.0

We’re extremely pleased to announce the release of ggplot2 3.0.0. This is a major release: it was previously announced as ggplot2 2.3.0, but we decided to increment the version number...continue reading.

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.

broom 0.5.0

h2 code { font-size: 1em; } I am delighted to announced that broom 0.5.0 is now available on CRAN. broom 0.5.0 is a major new release featuring changes that affect...continue reading.

scales 1.0.0

We’re delighted to announce the release of scales 1.0.0. The scales packages provides the internal scaling infrastructure to ggplot2 and its functions allow users to customize the transformations, breaks, guides...continue reading.