Skip to content

Commit

Permalink
Update dplyr version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 23, 2017
1 parent 2644f50 commit 3f3ac78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Imports:
Suggests:
testthat,
DBItest,
dplyr,
dplyr (>= 0.7.0),
dbplyr,
withr,
hms
Expand Down
5 changes: 1 addition & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

## New features

* dplyr support has been updated to require dplyr 0.6.0 and use dbplyr. This
* dplyr support has been updated to require dplyr 0.7.0 and use dbplyr. This
means that you can now more naturally work directly with DBI connections.
dplyr now also uses modern BigQuery SQL which supports a broader set of
translations. Along the way I've also fixed some SQL generation bugs (#48).

bigrquery will pass R CMD check with dplyr 0.5.0 but if you want to
take advantage of the dplyr interface, you'll need dplyr 0.6.0.

* The DBI driver gets a new name: `bigquery()`.

Expand Down

0 comments on commit 3f3ac78

Please sign in to comment.