Skip to content

Commit

Permalink
cran prep
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed May 2, 2017
1 parent 1aac745 commit dcb2aba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bigQueryR
Title: Interface with Google BigQuery with Shiny Compatibility
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
role = c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", role = "ctb")
Expand All @@ -17,14 +17,14 @@ Depends:
R (>= 3.2.0)
Imports:
googleAuthR (>= 0.5.1),
googleCloudStorageR (>= 0.2.0)
Suggests:
shiny (>= 0.12.1),
googleCloudStorageR (>= 0.2.0),
jsonlite (>= 1.0),
httr (>= 1.2.1),
assertthat
Suggests:
shiny (>= 0.12.1),
knitr,
rmarkdown,
testthat,
assertthat
testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* Unit tests
* Upload table will now correctly report errors
* More user feedback on BigQuery jobs when running
* Allow upload of data.frames asynchrnously
* Allow auto-detection of schema for uploads

# bigQueryR 0.2.0

Expand Down

0 comments on commit dcb2aba

Please sign in to comment.