-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.21 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
Package: jsonvalidate
Title: Validate 'JSON' Schema
Version: 1.5.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("Rob", "Ashton", role = "aut"),
person("Alex", "Hill", role = "ctb"),
person("Alicia", "Schep", role = "ctb"),
person("Ian", "Lyttle", role = "ctb"),
person("Kara", "Woo", role = "ctb"),
person("Mathias", "Buus", role = c("aut", "cph"),
comment = "Author of bundled imjv library"),
person("Evgeny", "Poberezkin", role = c("aut", "cph"),
comment = "Author of bundled Ajv library"))
Maintainer: Rich FitzJohn <[email protected]>
Description: Uses the node library 'is-my-json-valid' or 'ajv' to
validate 'JSON' against a 'JSON' schema. Drafts 04, 06 and 07 of
'JSON' schema are supported.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/jsonvalidate/,
https://github.com/ropensci/jsonvalidate
BugReports: https://github.com/ropensci/jsonvalidate/issues
Imports:
R6,
V8
Suggests:
knitr,
jsonlite,
rmarkdown,
testthat,
withr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Config/testthat/edition: 3