Package: metis Type: Package Title: Helpers for Accessing and Querying Amazon Athena Version: 0.4.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")), person("Derek", "Abdine", comment = "Authentication driver update"), person("Zachary", "Kurtz", email = "zdkurtz@gmail.com", role = "ctb") ) Maintainer: Bob Rudis Encoding: UTF-8 Description: Methods are provides to connect to 'Amazon' 'Athena', lookup schemas/tables, perform queries and retrieve query results. A lightweight 'RJDBC' implementation is included along with an interface to the 'AWS' command-line utility. URL: https://github.com/hrbrmstr/metis BugReports: https://github.com/hrbrmstr/metis/issues SystemRequirements: JDK 1.8+ License: AGPL Suggests: testthat, covr Depends: R (>= 3.2.0), RJDBC Imports: rJava, DBI, dplyr, readr, aws.signature, uuid, reticulate, jsonlite RoxygenNote: 6.1.1