forked from meztez/bigrquerystorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.06 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
Package: bigrquerystorage
Type: Package
Title: An Interface to Google's 'BigQuery Storage' API
Version: 1.2.0
Authors@R: c(
person("Bruno", "Tremblay", role = c("aut", "cre"), email = "openr@neoxone.com"),
person(family = "Google LLC", role = c("cph", "fnd")))
Maintainer: Bruno Tremblay <openr@neoxone.com>
Description: Easily talk to Google's 'BigQuery Storage' API from R
(<https://cloud.google.com/bigquery/docs/reference/storage/rpc>).
License: Apache License (>= 2)
Imports:
nanoarrow (>= 0.5.0),
rlang,
assertthat,
Rcpp,
lifecycle,
bit64,
tibble
Suggests:
blob,
bigrquery,
testthat,
hms,
wk (>= 0.3.2),
tzdb,
base64enc
LinkingTo:
Rcpp
Encoding: UTF-8
URL: https://github.com/meztez/bigrquerystorage
BugReports: https://github.com/meztez/bigrquerystorage/issues
SystemRequirements: grpc/protobuf headers and compilers. For example
libprotobuf-dev libgrpc++-dev protobuf-compiler-grpc (Debian) or
protobuf-devel grpc-devel grpc-plugins (Fedora/RHEL)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Biarch: TRUE