-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 883 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
37
38
Package: r2lambda
Type: Package
Title: Deploy R Scripts as AWS Lambda Functions
Version: 0.1.0
Authors@R:
c(person(given = "Teofil",
family = "Nakov",
role = c("aut", "cre"),
email = "[email protected]")
)
Description: The goal of `{r2lambda}` is to make it easier to go from an `R` script
to a deployed AWS Lambda function. It does this by wrapping preexisting functionality
from the `{paws}` and `{lambdr}` packages.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
glue,
jsonlite,
lambdr,
logger,
magrittr,
paws,
rlang,
stevedore,
sys,
uuid
Remotes: teofiln/stevedore
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://discindo.github.io/r2lambda/