Category: R News

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.

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.