fair_example: An example FAIR assessment

fair_exampleR Documentation

An example FAIR assessment

Description

A stored fair_assessment object, produced by running assess_fair() on a stable Zenodo deposit (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.5281/zenodo.8347772")}). It is bundled so the plotting examples and the vignette("illustrating-fairness") can run offline and reproducibly, without contacting any network service.

Usage

data(fair_example)

Format

A fair_assessment object (a list with S3 class fair_assessment); see fair_assessment for its structure.

Details

The verbose per-test debug log has been stripped to keep the installed size small; all elements used by the print, summary, as.data.frame, plot, as_fuji_json(), and as_rdf() methods are retained.

Source

assess_fair() on \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5281/zenodo.8347772")}, rebuilt by data-raw/06-build-example-assessment.R.

See Also

assess_fair(), plot.fair_assessment()

Examples

data(fair_example)
summary(fair_example)
plot(fair_example)

rfair documentation built on July 1, 2026, 5:07 p.m.