forked from reside-ic/porcelain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.06 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
Package: porcelain
Title: Turn a Package into an HTTP API
Version: 0.1.15
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Wrapper around the plumber package to turn a package into
an HTTP API. This adds some conventions that we find useful, such as
some testing infrastructure and automatic validation of responses
against a json schema.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
URL: https://github.com/reside-ic/porcelain
BugReports: https://github.com/reside-ic/porcelain/issues
Depends: R (>= 3.6.0)
Imports:
R6,
V8,
ids,
jsonlite,
jsonvalidate (>= 1.2.2),
lgr,
plumber
Suggests:
callr,
fs,
httr,
knitr,
mockery,
pkgload,
rmarkdown,
roxygen2,
testthat,
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Remotes: ropensci/jsonvalidate
Config/testthat/edition: 3