Access and Query Amazon Athena via DBI/JDBC
25개 이상의 토픽을 선택하실 수 없습니다. 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
Type: Package
Title: Access and Query Amazon Athena via DBI/JDBC
Version: 0.3.0
Date: 2019-02-14
6 년 전
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
6 년 전
)
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
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
5 년 전
metis.jars,
RJDBC
Imports:
rJava,
DBI,
5 년 전
bit64,
5 년 전
methods,
5 년 전
aws.signature
5 년 전
RoxygenNote: 6.1.1