# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "minex" in publications use:' type: software license: MIT title: 'minex: Automatically Reduce Failing R Scripts to a Minimal Reproducible Example' version: 0.1.0 abstract: Shrinks a failing R script to the smallest subset of statements that still triggers the same error, using the delta debugging algorithm of Zeller and Hildebrandt (2002) . Each candidate reduction is evaluated in a separate R process, so dependencies between statements and their side effects are respected. The result is a one-minimal example, in which removing any remaining statement makes the error disappear; this is the form most useful for bug reports and for questions on community forums. A general delta debugging routine and a helper for reducing data frames to the rows that reproduce a failure are also provided. authors: - family-names: Bodduluri given-names: Sandeep email: sbodduluri@uabmc.edu orcid: https://orcid.org/0000-0001-8201-5262 repository: https://diglabuab.r-universe.dev repository-code: https://github.com/DIGlabUAB/minex commit: ce93ef4efc0ee12e37baca2890c4c4ccbecffb6e url: https://github.com/DIGlabUAB/minex date-released: '2026-07-08' contact: - family-names: Bodduluri given-names: Sandeep email: sbodduluri@uabmc.edu orcid: https://orcid.org/0000-0001-8201-5262