Access and Query Amazon Athena via DBI/JDBC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
966 B

5 years ago
Package: metis
7 years ago
Type: Package
Title: Access and Query Amazon Athena via DBI/JDBC
5 years ago
Version: 0.3.0
Date: 2019-02-14
6 years ago
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Derek", "Abdine", comment = "Authentication driver update"),
person("Zachary", "Kurtz", email = "zdkurtz@gmail.com", role = "ctb")
6 years ago
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
5 years ago
Description: Methods are provided to connect to 'Amazon' 'Athena', lookup
schemas/tables, perform queries and retrieve query results using the
Athena JDBC driver found in 'metis.jars'.
SystemRequirements: JDK 1.8+
5 years ago
License: MIT + file LICENSE
7 years ago
Suggests:
testthat,
5 years ago
covr,
knitr,
rmarkdown
7 years ago
Depends:
R (>= 3.2.0),
5 years ago
metis.jars,
7 years ago
RJDBC
Imports:
rJava,
7 years ago
DBI,
5 years ago
bit64,
5 years ago
methods,
5 years ago
aws.signature
5 years ago
RoxygenNote: 6.1.1
5 years ago
Remotes:
hrbrmstr/metis-jars
5 years ago
VignetteBuilder: knitr