dbplyr 1.1.0

This is a companion discussion topic for the original entry at https://www.rstudio.com/blog/dbplyr-1-1-0


I’m pleased to announce the release of the dbplyr package, which now contains all dplyr code related to connecting to databases. This shouldn’t affect you-as-a-user much, but it makes dplyr simpler, and makes it easier to release improvements just for database related code.
You can install the latest version of dbplyr with:
install.packages("dbplyr") DBI and dplyr alignment The biggest change in this release is that dplyr/dbplyr works much more directly with DBI database connections.