readr 2.1.0 is now on CRAN. This post explains the change for default reading to be eager rather than lazy
archive 1.1.2 is now on CRAN! archive lets you work with file archives, such as ZIP, tar, 7-Zip and RAR and compression formats like gzip, bzip2, XZ and Zstandard
This major release of readr includes a new multi-threaded parsing engine powered by vroom and a number of user interface improvements
The newest release of readr brings improved argument consistency, better messages and more flexible output options
vroom 1.1.0 is now on CRAN!
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
Make package development easier by providing R functions that simplify and expedite common tasks
gmailr v1.0.0 is on CRAN
It depends - A dialog about dependencies
Introducing the vroom package, extremely fast data import in R
readr 1.3.1 is now on CRAN
bench 1.0.1 is now available on CRAN. bench allows you to benchmark code, by tracking execution time, memory allocations and garbage collections
fs 1.0.0 is now available on CRAN. fs provides a cross-platform, uniform interface to file system operations
withr 2.1.0 is now available on CRAN
glue 1.2.0 is now available on CRAN. glue is designed to make it easy to interpolate ("glue") your data into strings
Contributing code to open source projects can be intimidating. These projects are often widely used and have well known maintainers. Contributing code and having it accepted seems an almost insurmountable task. However if you follow a few simple strategies you can have your code accepted into even the most popular projects in the tidyverse