-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
49 lines (49 loc) · 1.73 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
Package: sergeant
Title: Tools to Transform and Query Data with Apache Drill
Version: 0.9.1
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Edward", "Visel", email = "[email protected]", role = "ctb"),
person("Andy", "Hine", email = "[email protected]", role = "ctb"),
person("Scott", "Came", email = "[email protected]", role = "ctb"),
person("David", "Severski", email = "[email protected]", role = "ctb",
comment = c(ORCID = "https://orcid.org/0000-0001-7867-0459")),
person("James", "Lamb", email = "[email protected]", role = "ctb")
)
Description: Apache Drill is a low-latency distributed query engine designed to enable
data exploration and analysis on both relational and non-relational data stores,
scaling to petabytes of data. Methods are provided that enable working with Apache
Drill instances via the REST API, DBI methods
and using 'dplyr'/'dbplyr' idioms. Helper functions are included to facilitate
using official Drill Docker images/containers.
Depends:
R (>= 3.6.0)
URL: https://gitlab.com/hrbrmstr/sergeant
BugReports: https://gitlab.com/hrbrmstr/sergeant/-/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
bit64 (>= 0.9-7),
DBI (>= 0.7),
dplyr (>= 0.8.0),
dbplyr (>= 1.3.0),
httr (>= 1.2.1),
jsonlite (>= 1.5.0),
htmltools (>= 0.3.6),
readr (>= 1.1.1),
purrr (>= 0.2.2),
scales (>= 0.4.1),
stringi,
tibble,
utils,
methods,
magrittr (>= 1.5)
Suggests:
DT (>= 0.5),
stevedore,
tinytest,
covr (>= 3.0.0),
DBItest
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)