# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "tinytrail" in publications use:' type: software license: MIT title: 'tinytrail: Lightweight Auto-Updating Project Tracker and Data Dictionary' version: 0.1.0 doi: 10.32614/CRAN.package.tinytrail abstract: Once initialized, the package leaves a 'tiny trail' of human- and AI-readable text that makes it effortless to keep track of small to medium-sized projects. The package is lightweight (hence 'tiny') and maintains a YAML trail file recording which scripts produced which output files. Call tinytrail() once at the top of each script to record metadata, wrap any save call with tinytrail_write() to log the output path, and optionally use tinytrail_dict() to capture a data dictionary for each input data frame. authors: - family-names: Reivinger given-names: Tomas email: tomas.reivinger@gmail.com repository: https://tinytrail-r.r-universe.dev repository-code: https://github.com/tinytrail-r/tinytrail commit: dd37c98207682bc362160672e041e1a75ea6ba52 url: https://tinytrail-r.github.io/tinytrail/ date-released: '2026-07-04' contact: - family-names: Reivinger given-names: Tomas email: tomas.reivinger@gmail.com