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.

29 lines
671 B

7 years ago
Package: metis
Type: Package
Title: Helpers for Accessing and Querying Amazon Athena
6 years ago
Version: 0.2.0
Date: 2018-03-19
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
6 years ago
Encoding: UTF-8
Description: Helpers for Accessing and Querying Amazon Athena. Including a
lightweight RJDBC shim.
7 years ago
URL: https://github.com/hrbrmstr/metis
BugReports: https://github.com/hrbrmstr/metis/issues
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
RJDBC
Imports:
DBI,
dplyr,
readr,
aws.signature
6 years ago
RoxygenNote: 6.0.1.9000