-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: roto.athena
Type: Package
Title: Perform and Manage 'Amazon' 'Athena' Queries
Version: 0.1.0
Date: 2018-07-19
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Zach", "Charlop-Powers", email = "zach.charlop.powers@gmail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0001-8816-4680"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: This is a 'reticulated' wrapper for the 'Python' 'boto3' 'AWS'
'Athena' client library <https://boto3.readthedocs.io/en/latest/reference/services/athena.html>.
It requires 'Python' version 3.5+ and an 'AWS' account. Tools are also provided
to execute 'dplyr' chains asynchronously.
URL: https://github.com/hrbrmstr/roto.athena
BugReports: https://github.com/hrbrmstr/roto.athena/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
dbplyr,
covr
Depends:
R (>= 3.2.0)
Imports:
reticulate,
stats,
bit64
RoxygenNote: 6.0.1.9000