-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.14 KB
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: lambdr
Title: Create a Runtime for Serving Containerised R Functions on 'AWS Lambda'
Version: 1.2.7
Authors@R:
c(person(given = "David",
family = "Neuzerling",
role = c("aut", "cre"),
email = "david@neuzerling.com"),
person(given = "James",
family = "Goldie",
role = c("ctb"),
email = "me@jamesgoldie.dev"))
Description: Runtime for serving containers that can execute R code on the
'AWS Lambda' serverless compute service <https://aws.amazon.com/lambda/>.
Provides the necessary functionality for handling the various endpoints
required for accepting new input and sending responses.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
httr,
jsonlite,
logger
Suggests:
withr,
testthat (>= 3.0.0),
webmockr (>= 2.1.1.91),
knitr,
rmarkdown,
lifecycle
Remotes: ropensci/webmockr
Config/testthat/edition: 3
URL: https://lambdr.mdneuzerling.com/,
https://github.com/mdneuzerling/lambdr
BugReports: https://github.com/mdneuzerling/lambdr/issues
VignetteBuilder: knitr