-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 870 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 870 Bytes
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
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 = "teofiln@gmail.com")
)
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,
paws,
rlang,
stevedore,
sys,
uuid
Remotes: richfitz/stevedore
RoxygenNote: 7.3.2
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://discindo.github.io/r2lambda/