# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "scilintr" in publications use:' type: software license: MIT title: 'scilintr: Scientific Code Lint for R Analyses' version: 0.1.1 abstract: Static analysis for R scientific data analysis code. Flags patterns that often correspond to hidden scientific commitments -- silent error swallowing, smuggled defaults, label leakage in selection-stage code, magic-eps floors in 'BIC' formulas, and shadow-overwrite of sourced helpers. Designed for agentic coding workflows; high recall over precision; structured 'ANALYSIS_OK' waivers as the audit trail. authors: - family-names: Raj given-names: Arjun email: arjunraj@seas.upenn.edu repository: https://cran.r-universe.dev repository-code: https://github.com/arjunrajlaboratory/scilintr commit: 59a452144a606930bd652bce821c042fd47bfa20 url: https://github.com/arjunrajlaboratory/scilintr date-released: '2026-06-12' contact: - family-names: Raj given-names: Arjun email: arjunraj@seas.upenn.edu