tidyaudit
Pipeline Audit Trails and Data Diagnostics for 'tidyverse' Workflows
Pipeline provenance for tidyverse workflows, recording what changed at each step without keeping the data.
◆Recent moves
- 3mo ago
Factor auditing fixed against a stricter R-devel
R-devel began rejecting NA in row names, which broke the frequency-table builder for every factor input because the always-NA bucket carries one. The table is now constructed directly, with the notes stating no user-visible output change.
View source ↗ - 4mo ago
Trails export to standalone HTML and machine-readable formats
The release that makes an audit trail portable: a self-contained interactive pipeline diagram with clickable nodes needing no server or Shiny, plus serialization to RDS and JSON. Frequency tables and crosstabs join the tap family, and snapshot scope can be limited on wide datasets. It extends the trail concept rather than replacing it, but it is what turns a console output into something shareable.
View source ↗ - 5mo ago
First release: pipeline audit trails for tidyverse
⚡ SPARKThe founding release and the source of the design decision everything else rests on: capture metadata at each pipe step, never the data. Operation-aware taps and diff-by-label are what make the resulting trail readable rather than a pile of dimensions.
View source ↗