Package: fluffy
Title: Schema-Based Validation of 'R' Objects with User-Defined Rules
Version: 1.0.0
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
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
NeedsCompilation: no
Packaged: 2026-06-05 14:49:04 UTC; lukej
Author: Luke Jenkins [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-7206-7242>)
Maintainer: Luke Jenkins <luke-jenkins-dev@outlook.com>
Repository: CRAN
Date/Publication: 2026-06-10 08:10:09 UTC
