-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 846 Bytes
/
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
Type: Package
Package: lambdar
Title: Tools for building AWS Lambda functions in R
Version: 0.1.0.9009
Authors@R:
person(given = "Lewin",
family = "Appleton-Fox",
role = c("aut", "cre"),
email = "lewin.a.f@gmail.com")
Description: Provides an R runtime for AWS lambda and tooling to build,
test and deploy container-based lambda functions.
License: MIT + file LICENSE
URL: https://github.com/lewinfox/lambdar,
https://lewinfox.github.io/lambdar
BugReports: https://github.com/lewinfox/lambdar/issues
Imports:
cli,
glue,
renv,
rlang,
roxygen2,
stringr,
usethis,
withr,
yaml
Suggests:
fs,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1