# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "autocodebook" in publications use:' type: software license: MIT title: 'autocodebook: Automatic Codebook and Tracking for ''Spark'' and ''dplyr'' Pipelines' version: 0.1.0 abstract: Wraps 'dplyr' verbs (mutate, summarise, filter) to automatically capture variable metadata (type, source columns, categories, and source code), producing a codebook and eligibility tracking table with zero manual documentation. Works with both 'sparklyr' (tbl_spark) and local data frames. Adds big-data optimizations (caching, assume-unique counting, checkpointing) and a standardized report module with an eligibility flowchart, editable codebook export (HTML, DOCX, XLSX), and cross-sectional or longitudinal variable inspection. The eligibility flowchart follows the CONSORT statement (Schulz, Altman and Moher (2010) ) and the reporting of observational cohort studies follows the STROBE recommendations (von Elm and others (2007) ). authors: - family-names: Macedo given-names: Patricia Fortes C. de email: macedopatriciafortes@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/patriciafortesm/autocodebook commit: 355ee9bcca4ed3ffe381a6baa2b63faedaeba670 url: https://github.com/patriciafortesm/autocodebook date-released: '2026-06-08' contact: - family-names: Macedo given-names: Patricia Fortes C. de email: macedopatriciafortes@gmail.com