-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.23 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
Package: sixtyfour
Title: Humane Interface to AWS
Version: 0.1.0
Authors@R: c(
person("Sean", "Kross", role = "aut"),
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "sachamber@fredhutch.org",
comment = c(ORCID = "0000-0003-1444-9135"))
)
Description: An opionated interface to AWS, with methods for interacting
with IAM, S3, RDS, Redshift, and Billing.
URL: https://github.com/getwilds/sixtyfour
BugReports: https://github.com/getwilds/sixtyfour/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2
LazyData: true
Depends:
R (>= 2.10)
Imports:
dplyr,
lubridate,
magrittr,
paws,
purrr,
rlang,
tibble,
fs,
s3fs (>= 0.1.5),
cli,
glue,
memoise,
uuid,
jsonlite,
curl,
snakecase,
tidyr,
clipr
Suggests:
knitr,
rmarkdown,
roxyglobals,
DBI,
RPostgres,
RMariaDB,
testthat (>= 3.0.0),
vcr (>= 0.6.0),
withr,
ggplot2,
webmockr
Remotes: ropensci/webmockr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3