Access and Query Amazon Athena via the Tidyverse
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.

33 lines
723 B

5 years ago
Package: metis.tidy
7 years ago
Type: Package
5 years ago
Title: Access and Query Amazon Athena via the Tidyverse
5 years ago
Version: 0.3.0
Date: 2019-02-14
6 years ago
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
5 years ago
comment = c(ORCID = "0000-0001-5670-2640"))
6 years ago
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
5 years ago
Description: Methods are provided to use the 'metis' JDBC/DBI interface via
the Tidyverse (e.g. 'dbplyr'/'dplyr' idioms).
SystemRequirements: JDK 1.8+
5 years ago
License: MIT + file LICENSE
7 years ago
Suggests:
covr,
testthat
7 years ago
Depends:
R (>= 3.2.0),
Imports:
DBI,
RJDBC,
rJava,
metis.jars,
metis,
5 years ago
dplyr,
dbplyr
5 years ago
RoxygenNote: 6.1.1
5 years ago
Remotes:
5 years ago
hrbrmstr/metis-jars,
5 years ago
hrbrmstr/metis