-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 976 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 976 Bytes
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
Package: fluffy
Title: Schema-Based Validation of 'R' Objects with User-Defined Rules
Version: 1.0.1
Authors@R:
person("Luke", "Jenkins", , "luke-jenkins-dev@outlook.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7206-7242"))
Description: A schema-based validation framework for 'R' objects using user-defined rules. Provides three 'S7' classes 'Registry', 'Schema', and 'Validator' to manage rules, define list-based schemas, and validate data in a flexible and extensible manner.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
jsonlite,
kableExtra,
knitr,
lobstr,
readr,
rmarkdown,
stats,
testthat (>= 3.0.0),
yaml
Config/testthat/edition: 3
Imports:
methods,
S7,
utils
URL: https://lj-jenkins.github.io/fluffy/, https://github.com/LJ-Jenkins/fluffy
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
BugReports: https://github.com/LJ-Jenkins/fluffy/issues