Package: tidyaudit Title: Pipeline Audit Trails and Data Diagnostics for 'tidyverse' Workflows Version: 0.3.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 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://fpcordeiro.r-universe.dev Date/Publication: 2026-06-27 12:59:05 UTC RemoteUrl: https://github.com/fpcordeiro/tidyaudit RemoteRef: HEAD RemoteSha: 5a339177efa0462247bbf71efc9b9717eb07a8e0 NeedsCompilation: no Packaged: 2026-06-27 13:25:52 UTC; root Author: Fernando Cordeiro [aut, cre, cph] Maintainer: Fernando Cordeiro