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
83 lines (83 loc) · 1.67 KB
/
DESCRIPTION
File metadata and controls
83 lines (83 loc) · 1.67 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
77
78
79
80
81
82
83
Package: bigrquery
Title: An Interface to Google's 'BigQuery' 'API'
Version: 1.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Kungliga Tekniska Högskolan", role = "ctb", comment = "strptime implementation"),
person("The NetBSD Foundation, Inc.", role = "ctb", comment = "gmtime implementation"),
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
Encoding: UTF-8
Depends:
R (>= 3.1)
Imports:
assertthat,
DBI,
curl,
glue,
httr,
jsonlite,
methods,
prettyunits,
progress,
Rcpp,
tibble
Suggests:
DBItest,
dbplyr,
dplyr (>= 0.7.0),
hms,
testthat,
withr,
covr,
readr,
sodium
LinkingTo:
progress,
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-parse.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.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'
'secret.R'
'utils.R'
'zzz.R'