-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.01 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
Package: anvil
Title: Access and Analyze Alloy Attributes
Version: 0.4.0.9000
Authors@R: as.person(c(
"Nicholas DiQuattro <[email protected]> [aut, cre]",
"Susanna Supalla <[email protected]> [ctb]",
"Richard Barney <[email protected]> [ctb]",
"Clara Fried <[email protected]> [ctb]"
))
Description: Simplifies and standardizes data access through Athena, S3, and Arrow.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/alloy-commons/anvil
BugReports: https://github.com/alloy-commons/anvil/issues
Imports:
magrittr,
tibble,
odbc,
dplyr,
dbplyr,
DBI,
stringr,
aws.s3,
aws.ec2metadata,
purrr,
lubridate,
aws.athena (>= 0.2.0),
arrow,
rlang,
tidyr,
xml2
Suggests:
dittodb (>= 0.1.0),
httptest,
knitr,
rmarkdown,
testthat,
RSQLite,
pkgdown,
bit64
Remotes:
jonkeane/dittodb@main,
ndiquattro/aws.athena
VignetteBuilder: knitr