forked from ianmcook/implyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.25 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
Package: implyr
Type: Package
Title: R Interface for Apache Impala
Version: 0.2.4.9000
Authors@R: c(
person("Ian", "Cook", email = "[email protected]", role = c("aut", "cre")),
person(family = "Cloudera", role = c("cph"))
)
Maintainer: Ian Cook <[email protected]>
Description: 'SQL' back-end to 'dplyr' for Apache Impala, the massively
parallel processing query engine for Apache 'Hadoop'. Impala enables
low-latency 'SQL' queries on data stored in the 'Hadoop' Distributed
File System '(HDFS)', Apache 'HBase', Apache 'Kudu', Amazon Simple
Storage Service '(S3)', Microsoft Azure Data Lake Store '(ADLS)',
and Dell 'EMC' 'Isilon'. See <https://impala.apache.org> for more
information about Impala.
URL: https://github.com/ianmcook/implyr
BugReports: https://github.com/ianmcook/implyr/issues
Depends:
R (>= 3.2),
DBI (>= 0.7),
dplyr (>= 0.7.4)
Imports:
assertthat,
dbplyr (>= 1.2.1),
methods,
rlang (>= 0.1.6),
tidyselect (>= 0.2.3),
utils
Suggests:
Lahman (>= 3.0-1),
odbc,
RJDBC,
rJava (>= 0.4-15),
nycflights13,
testthat
SystemRequirements: Impala driver to support a 'DBI'-compatible R interface
NeedsCompilation: no
License: Apache License 2.0 | file LICENSE
RoxygenNote: 6.0.1