Package: tidyaudit
Title: Pipeline Audit Trails and Data Diagnostics for 'tidyverse'
        Workflows
Version: 0.2.0
Authors@R: 
    person("Fernando", "Cordeiro", , "fernandolpcordeiro@gmail.com", role = c("aut", "cre", "cph"))
Description: Provides pipeline audit trails and data diagnostics for
    'tidyverse' workflows. The audit trail system captures lightweight
    metadata snapshots at each step of a pipeline, building a structured
    record without storing the data itself. Operation-aware taps enrich
    snapshots with join match rates and filter drop statistics.
    Trails can be serialized to 'JSON' or 'RDS' and exported as
    self-contained 'HTML' visualizations. Also includes diagnostic
    functions for interactive data analysis including frequency tables,
    string quality auditing, and data comparison.
License: LGPL (>= 3)
URL: https://fpcordeiro.github.io/tidyaudit/,
        https://github.com/fpcordeiro/tidyaudit
BugReports: https://github.com/fpcordeiro/tidyaudit/issues
Depends: R (>= 4.1.0)
Imports: cli, dplyr (>= 1.2.0), glue, rlang (>= 1.0.0), stats, tools,
        utils
Suggests: covr, jsonlite, knitr, pkgdown, rmarkdown, spelling, stringi,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-03-24 11:57:16 UTC; fernando
Author: Fernando Cordeiro [aut, cre, cph]
Maintainer: Fernando Cordeiro <fernandolpcordeiro@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-24 12:10:02 UTC
Built: R 4.6.0; ; 2026-04-25 21:02:38 UTC; unix
