Skip to content

Commit dcb2aba

Browse files
cran prep
1 parent 1aac745 commit dcb2aba

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bigQueryR
22
Title: Interface with Google BigQuery with Shiny Compatibility
3-
Version: 0.2.0.9000
3+
Version: 0.3.0
44
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
55
role = c("aut", "cre")),
66
person("Hadley", "Wickham", , "[email protected]", role = "ctb")
@@ -17,14 +17,14 @@ Depends:
1717
R (>= 3.2.0)
1818
Imports:
1919
googleAuthR (>= 0.5.1),
20-
googleCloudStorageR (>= 0.2.0)
21-
Suggests:
22-
shiny (>= 0.12.1),
20+
googleCloudStorageR (>= 0.2.0),
2321
jsonlite (>= 1.0),
2422
httr (>= 1.2.1),
23+
assertthat
24+
Suggests:
25+
shiny (>= 0.12.1),
2526
knitr,
2627
rmarkdown,
27-
testthat,
28-
assertthat
28+
testthat
2929
RoxygenNote: 6.0.1
3030
VignetteBuilder: knitr

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* Unit tests
1818
* Upload table will now correctly report errors
1919
* More user feedback on BigQuery jobs when running
20+
* Allow upload of data.frames asynchrnously
21+
* Allow auto-detection of schema for uploads
2022

2123
# bigQueryR 0.2.0
2224

0 commit comments

Comments
 (0)