Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 27, 2016
1 parent ed468c6 commit f6f4c52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit f6f4c52

Please sign in to comment.