-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
58 lines (58 loc) · 1.44 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: RAthena
Type: Package
Title: Connect to 'AWS Athena' using 'Boto3' ('DBI' Interface)
Version: 2.6.1
Authors@R: person("Dyfan", "Jones", email="[email protected]",
role= c("aut", "cre"))
Description: Designed to be compatible with the R package 'DBI' (Database Interface)
when connecting to Amazon Web Service ('AWS') Athena <https://aws.amazon.com/athena/>.
To do this 'Python' 'Boto3' Software Development Kit ('SDK')
<https://boto3.amazonaws.com/v1/documentation/api/latest/index.html> is used as a driver.
Imports:
data.table (>= 1.12.4),
DBI (>= 0.7),
methods,
reticulate (>= 1.13),
stats,
utils,
uuid (>= 0.1-4)
Suggests:
arrow,
bit64,
dplyr (>= 0.8.0),
dbplyr (>= 1.4.3),
testthat,
tibble,
vroom (>= 1.2.0),
covr,
knitr,
rmarkdown,
jsonify,
jsonlite
VignetteBuilder:
knitr
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://dyfanjones.github.io/RAthena/, https://github.com/DyfanJones/RAthena
BugReports: https://github.com/DyfanJones/RAthena/issues
Collate:
'utils.R'
'dplyr_integration.R'
'RAthena.R'
'Driver.R'
'Connection.R'
'DataTypes.R'
'File_Parser.R'
'Options.R'
'fetch_utils.R'
'Result.R'
'View.R'
'athena_low_api.R'
'column_parser.R'
'install.R'
'sql_translate_utils.R'
'sql_translate_env.R'
'table.R'
'zzz.R'