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 lines
736 B

пре 5 година
Package: metis
пре 7 година
Type: Package
пре 5 година
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