diff --git a/DESCRIPTION b/DESCRIPTION index 12500b2e..c3a4e383 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bigrquery Title: An Interface to Google's 'BigQuery' 'API' -Version: 1.1.0.9000 +Version: 1.1.1 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("Kungliga Tekniska Högskolan", role = "ctb", comment = "strptime implementation"), diff --git a/NEWS.md b/NEWS.md index 0545c76b..8cb90d47 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# bigrquery (development version) +# bigrquery 1.1.1 + +* Fix test failure with dbplyr 1.4.0. * `bq_field()` can now pass `description` parameter which will be applied in `bq_table_create()` call (@byapparov, #272). diff --git a/cran-comments.md b/cran-comments.md index 6a532415..ba2dbe0c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,7 +9,4 @@ ## revdepcheck results -We checked 3 reverse dependencies (1 from CRAN + 2 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 0 packages +This is a patch release to fix a failing CRAN test, so I did not test revdeps.