File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11Package: bigQueryR
22Title: Interface with Google BigQuery with Shiny Compatibility
3- Version: 0.2.0.9000
3+ Version: 0.3.0
44Authors@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)
1818Imports:
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
2929RoxygenNote: 6.0.1
3030VignetteBuilder: knitr
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments