-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 907 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
Package: redoc
Type: Package
Title: Generates 'Redoc' Documentation from an 'OpenAPI' Specification
Version: 2.0.0.75
Authors@R: c(
person("Bruno", "Tremblay", email = "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-9986-114X")),
person(family = "Rebilly", role = c("aut", "cph")))
Maintainer: Bruno Tremblay <[email protected]>
Description: A collection of 'HTML', 'JavaScript', 'CSS' and fonts
assets that generate 'Redoc' documentation from an 'OpenAPI' Specification:
<https://redocly.com/redoc/>.
License: MIT + file LICENSE | Apache License 2.0
Imports: jsonlite
Suggests:
plumber (>= 1.0),
testthat (>= 3.0.0)
Encoding: UTF-8
URL: https://github.com/meztez/redoc
BugReports: https://github.com/meztez/redoc/issues
RoxygenNote: 7.2.3
Config/testthat/edition: 3