package

readr v1.4.0

The newest release of readr brings improved argument consistency, better messages and more flexible output options.

cpp11

Welding C++ and R code together

vroom v1.1.0

vroom 1.1.0 is now on CRAN. Improvements in this release include: a hex logo, support for big integer data, improved delimiter guessing, including delimiters in specifications, and streamlined reading from standard input.

odbc v1.2.0

odbc 1.2.0 is now on CRAN. It includes improvements to dealing with schemas, an API for immediate execution, and a new parameter to control timezone outputs.

lintr v2.0.0

[lintr](https://github.com/jimhester/lintr) 2.0.0 is now on CRAN!

vroom

Read and write rectangular data (like 'csv', 'tsv' and 'fwf') quickly into R.

bench

High precision timing of R expressions