diff --git a/DESCRIPTION b/DESCRIPTION index e633f560..01e5b543 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: bigrquery Title: An Interface to Google's 'BigQuery' 'API' Description: Easily talk to Google's 'BigQuery' database from R. -Version: 0.2.0.9000 +Version: 0.3.0 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("RStudio", role = "cph") @@ -15,13 +15,11 @@ Imports: jsonlite, assertthat, R6 (>= 2.0.0), - dplyr (>= 0.4.3.9001) + dplyr (>= 0.5.0) Suggests: testthat, DBItest, withr -Remotes: - hadley/dplyr License: GPL-3 LazyData: true RoxygenNote: 5.0.1 diff --git a/NEWS.md b/NEWS.md index 770f0490..1caf0526 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Version 0.2.0.9000 +# Version 0.3.0 * New `set_service_token()` allows you to use OAuth service token instead of interactive authentication.from diff --git a/cran-comments.md b/cran-comments.md index 5babdfe1..43e62834 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS X install, R 3.2.3 -* ubuntu 12.04 (on travis-ci), R 3.2.3 +* local OS X install, R 3.3.1 +* ubuntu 12.04 (on travis-ci), R 3.3.1 * win-builder (devel and release) ## R CMD check results @@ -11,8 +11,7 @@ URL: https://console.cloud.google.com/ This appears to because the server is incorrectly configured and returns - a 404 for HEAD requests. I've forwarded the problem on to my contact at - google and they're going to look into it. + a 404 for HEAD requests. ## Reverse dependencies