forked from rstudio/plumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Encoding: UTF-8
Package: plumber
Type: Package
Title: An API Generator for R
Version: 0.4.4
Date: 2017-12-01
Roxygen: list(markdown = TRUE)
Authors@R: c(
person(family="Trestle Technology, LLC", role="aut", email="cran@trestletech.com"),
person("Jeff", "Allen", role="cre", email="cran@trestletech.com"),
person("Frans", "van Dunné", role="ctb", email="frans@ixpantia.com"),
person("Sebastiaan", "Vandewoude", role="ctb", email="sebastiaanvandewoude@gmail.com"),
person(family="SmartBear Software", role=c("ctb", "cph"), comment="swagger-ui"))
License: MIT + file LICENSE
BugReports: https://github.com/trestletech/plumber/issues
URL: https://www.rplumber.io (site)
https://github.com/trestletech/plumber (dev)
Description: Gives the ability to automatically generate and serve an HTTP API
from R functions using the annotations in the R documentation around your
functions.
Depends:
R (>= 3.0.0)
Imports:
R6 (>= 2.0.0),
stringi (>= 0.3.0),
jsonlite (>= 0.9.16),
httpuv (>= 1.2.3),
crayon
LazyData: TRUE
ByteCompile: TRUE
Suggests:
testthat (>= 0.11.0),
XML,
rmarkdown,
PKI,
base64enc,
htmlwidgets,
visNetwork,
analogsea
Collate:
'content-types.R'
'cookie-parser.R'
'parse-globals.R'
'images.R'
'parse-block.R'
'globals.R'
'serializer-json.R'
'shared-secret-filter.R'
'post-body.R'
'query-string.R'
'plumber.R'
'default-handlers.R'
'digital-ocean.R'
'find-port.R'
'includes.R'
'paths.R'
'plumber-static.R'
'plumber-step.R'
'response.R'
'serializer-content-type.R'
'serializer-html.R'
'serializer-htmlwidget.R'
'serializer-xml.R'
'serializer.R'
'session-cookie.R'
'swagger.R'
RoxygenNote: 6.0.1