-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
24 lines (24 loc) · 909 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
24
Package: validatejsonr
Type: Package
Title: Validate JSON Against JSON Schemas
Version: 1.0.4
Date: 2016-10-18
Authors@R: c(
person("Leif", "Jonsson", email = "[email protected]", role = c("aut", "cre")),
person("Milo", "Yip", email = "[email protected]", role = "aut"),
person("Tencent", role = "cph"),
person("THL A29 Limited", role = "cph"),
person("Alexander", "Chemeris", role = "aut")
)
Maintainer: Leif Jonsson <[email protected]>
Description: The current implementation uses the C++ library 'RapidJSON' to supply the schema functionality, it supports JSON Schema Draft v4. As of 2016-09-09, 'RapidJSON' passed 262 out of 263 tests in JSON Schema Test Suite (JSON Schema draft 4).
License: BSD_2_clause + file LICENSE
Imports:
Rcpp (>= 0.12.6)
LinkingTo: Rcpp
RoxygenNote: 5.0.1
SystemRequirements: GNU make
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr