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.

31 line
736 B

5 年之前
Package: metis
7 年之前
Type: Package
Title: Access and Query Amazon Athena via DBI/JDBC
5 年之前
Version: 0.3.0
Date: 2019-02-14
6 年之前
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
5 年之前
comment = c(ORCID = "0000-0001-5670-2640"))
6 年之前
)
7 年之前
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
5 年之前
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 年之前
License: MIT + file LICENSE
7 年之前
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
5 年之前
metis.jars,
7 年之前
RJDBC
Imports:
rJava,
7 年之前
DBI,
5 年之前
bit64,
5 年之前
methods,
5 年之前
aws.signature
5 年之前
RoxygenNote: 6.1.1