R News from another blog for R community

processx 3.2.0

Introduction We’re delighted to announce that processx in now on CRAN. processx makes it easy to run external processes from R. It’s an extended version of system() and system2(), that...continue reading.

rlang 0.3.0

Introduction We’re happy to announce that rlang 0.3.0 in now on CRAN! rlang is of most interest to package developers and R programmers, as it is intended for people developing...continue reading.

ggplot2 3.1.0

We’re happy to announce the release of ggplot2 3.1.0 on CRAN. ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell...continue reading.

devtools 2.0.0

Introduction devtools 2.0.0 is now on CRAN! devtools makes package development easier by providing R functions that simplify and expedite common tasks. R Packages is a book based around this...continue reading.

generics 0.0.1

The generics package is now on CRAN. generics is a lightweight package that is designed to help developers reduce dependencies for their packages. The idea is to have many generic...continue reading.

parsnip

The parsnip package is now on CRAN. It is designed to solve a specific problem related to model fitting in R, the interface. Many functions have different interfaces and arguments...continue reading.

httr 1.4.0

We’re well pleased to announce the release of httr 1.4.0. The goal of httr is to provide a wrapper for the curl package, customised to the demands of modern web...continue reading.

readxl 1.2.0

We’re stoked to announce that readxl 1.2.0 is now available on CRAN. Learn more about readxl at http://readxl.tidyverse.org. Detailed notes are always in the change log. The readxl package makes...continue reading.

lobstr 1.0.0

We’re so happy to announce the release of lobstr on CRAN. lobstr provides tools that allow you to dig into the internal representation and structure of R objects, in a...continue reading.

textrecipes 0.0.1

We’re delighted to announce the release of textrecipes 0.0.1 on CRAN. textrecipes implements a collection of new steps for the recipes package to deal with text preprocessing. textrecipes is still...continue reading.

readr 1.3.1

readr 1.3.1 is now available on CRAN! Learn more about readr at https://readr.tidyverse.org. Detailed notes are always in the change log. The readr package makes it easy to get rectangular...continue reading.

tibble 2.1.1

PRE.fansi SPAN {padding-top: .25em; padding-bottom: .25em}; Version 2.1.1 of the tibble package is on CRAN now. Tibbles are a modern reimagining of the data frame, keeping what time has shown...continue reading.

R version support

Which versions of R do tidyverse packages support? Though package-specific minimum versions of R are given in the Depends fields of individual DESCRIPTION files, our general policy is to support...continue reading.

usethis 1.5.0

We’re gratified to announce that usethis 1.5.0 is now available on CRAN. Learn more about usethis at https://usethis.r-lib.org. Detailed notes are always in the change log. usethis is a package...continue reading.