# ------------------------------------------------ # 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 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://cran.r-universe.dev repository-code: https://github.com/tinytrail-r/tinytrail commit: e448e317350be36fd6c913fbdfb2d7b8f934df50 url: https://tinytrail-r.github.io/tinytrail/ date-released: '2026-07-04' contact: - family-names: Reivinger given-names: Tomas email: tomas.reivinger@gmail.com