forked from r-dbi/bigrquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
76 lines (76 loc) · 1.43 KB
/
Copy pathDESCRIPTION
File metadata and controls
76 lines (76 loc) · 1.43 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: bigrquery
Title: An Interface to Google's 'BigQuery' 'API'
Version: 0.4.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: Easily talk to Google's 'BigQuery' database from R.
License: GPL-3 | file LICENSE
URL: https://github.com/rstats-db/bigrquery
BugReports: https://github.com/rstats-db/bigrquery/issues
Depends:
R (>= 3.1)
Imports:
assertthat,
DBI,
glue,
httr,
jsonlite,
methods,
prettyunits,
progress,
rapidjsonr,
Rcpp,
readr
Suggests:
DBItest,
dbplyr,
dplyr (>= 0.7.0),
hms,
testthat,
withr,
covr
LinkingTo:
rapidjsonr,
Rcpp
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
Collate:
'RcppExports.R'
'auth.R'
'bigrquery.R'
'bq-dataset.R'
'bq-download.R'
'bq-field.R'
'bq-job.R'
'bq-param.R'
'bq-perform.R'
'bq-project.R'
'bq-projects.R'
'bq-query.R'
'bq-refs.R'
'bq-request.R'
'bq-table.R'
'bq-test.R'
'camelCase.R'
'dbi-driver.R'
'dbi-connection.R'
'dbi-result.R'
'dplyr-compat.R'
'dplyr.R'
'gs-object.R'
'old-dataset.R'
'old-id.R'
'old-job-extract.R'
'old-job-query.R'
'old-job-upload.R'
'old-job.R'
'old-project.R'
'old-projects.R'
'old-query.R'
'old-table.R'
'old-tabledata.R'
'utils.R'
'zzz.R'