dplyr 0.6.0 coming soon!

This is a companion discussion topic for the original entry at https://www.rstudio.com/blog/dplyr-0-6-0-coming-soon


I’m planning to submit dplyr 0.6.0 to CRAN on May 11 (in four weeks time). In preparation, I’d like to announce that the release candidate, dplyr 0.5.0.9002 is now available. I would really appreciate it if you’d try it out and report any problems. This will ensure that the official release has as few bugs as possible.
Installation Install the pre-release version with:

install.packages("devtools") devtools::install_github("tidyverse/dplyr") If you discover any problems, please file a minimal reprex on GitHub.