Package: fluffy 1.0.0

Luke Jenkins

fluffy: Schema-Based Validation of 'R' Objects with User-Defined Rules

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.

Authors:Luke Jenkins [aut, cre, cph]

fluffy_1.0.0.tar.gz
fluffy_1.0.0.tar.gz(r-4.7-any)fluffy_1.0.0.tar.gz(r-4.6-any)
fluffy_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
fluffy/json (API)
NEWS

# Install 'fluffy' in R:
install.packages('fluffy', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/lj-jenkins/fluffy/issues

Pkgdown/docs site:https://lj-jenkins.github.io

On CRAN:

Conda:

3.18 score 7 scripts 11 exports 1 dependencies

Last updated from:1ff4604863. Checks:4 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK136
source / vignettesOK387
linux-release-x86_64OK131
wasm-releaseOK117

Exports:add_coerce_ruleadd_cross_ruleadd_ruleadd_type_ruleis.Registryis.Schemais.ValidatorRegistrySchemashow_builtinsValidator

Dependencies:S7

Adding Custom Rules

Rendered fromcustom-rules.Rmdusingknitr::rmarkdownon Jun 10 2026.

Last update: 2026-06-10
Started: 2026-06-10

Builtin Validation Rules

Rendered fromvalidation-rules.Rmdusingknitr::rmarkdownon Jun 10 2026.

Last update: 2026-06-10
Started: 2026-06-10

Creating Schemas and Validating Data

Rendered fromvalidating-data.Rmdusingknitr::rmarkdownon Jun 10 2026.

Last update: 2026-06-10
Started: 2026-06-10

Readme and manuals

Help Manual

Help pageTopics
Add Rules to a Registryadd_coerce_rule add_cross_rule add_rule add_type_rule
Registryis.Registry Registry
Schemais.Schema Schema
Show Builtin Rulesshow_builtins
Validatoris.Validator Validator