-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
32 lines (32 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: bigQueryR
Title: Interface with Google BigQuery with Shiny Compatibility
Version: 0.5.0.9000
Authors@R: c(person("Mark", "Edmondson",email = "r@sunholo.com",
role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb")
)
Description: Interface with 'Google BigQuery',
see <https://cloud.google.com/bigquery/> for more information.
This package uses 'googleAuthR' so is compatible with similar packages,
including 'Google Cloud Storage' (<https://cloud.google.com/storage/>) for result extracts.
URL: http://code.markedmondson.me/bigQueryR/
BugReports: https://github.com/cloudyr/bigQueryR/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.3)
Imports:
googleAuthR (>= 1.1.1),
googleCloudStorageR (>= 0.2.0),
jsonlite (>= 1.0),
httr (>= 1.2.1),
assertthat
Suggests:
shiny (>= 0.12.1),
knitr,
rmarkdown,
testthat,
data.table,
purrr
RoxygenNote: 7.1.1
VignetteBuilder: knitr