-
Notifications
You must be signed in to change notification settings - Fork 183
/
DESCRIPTION
85 lines (85 loc) · 1.88 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
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
84
85
Package: bigrquery
Title: An Interface to Google's 'BigQuery' 'API'
Version: 1.5.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X")),
person("Jennifer", "Bryan", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6983-2759")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Easily talk to Google's 'BigQuery' database from R.
License: MIT + file LICENSE
URL: https://bigrquery.r-dbi.org, https://github.com/r-dbi/bigrquery
BugReports: https://github.com/r-dbi/bigrquery/issues
Depends:
R (>= 4.0)
Imports:
bit64,
brio,
cli,
clock,
curl,
DBI,
gargle (>= 1.5.0),
httr,
jsonlite,
lifecycle,
methods,
prettyunits,
rlang (>= 1.1.0),
tibble,
nanoparquet (>= 0.3.1)
Suggests:
bigrquerystorage (>= 1.2.1),
blob,
covr,
dbplyr (>= 2.4.0),
dplyr (>= 1.1.0),
hms,
readr,
sodium,
testthat (>= 3.1.5),
wk (>= 0.3.2),
withr
LinkingTo:
cli,
cpp11,
rapidjsonr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Config/testthat/start-first: bq-table, dplyr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'bigrquery-package.R'
'bq-auth.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'
'connections-page.R'
'cpp11.R'
'dbi-driver.R'
'dbi-connection.R'
'dbi-result.R'
'dplyr.R'
'gs-object.R'
'import-standalone-obj-type.R'
'import-standalone-s3-register.R'
'import-standalone-types-check.R'
'utils.R'
'zzz.R'