<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Automatically Reduce Failing R Scripts to a Minimal Reproducible
Example</dc:title>
  <dc:title>R package minex version 0.2.0</dc:title>
  <dc:description>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) &lt;doi:10.1109/32.988498&gt;. 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. When no statement can be removed, because
    the failure is nested inside a function body, reduction continues within
    the surviving statements. A general delta debugging routine and a
    helper for reducing data frames to the rows that reproduce a failure are
    also provided.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: callr, stats, utils</dc:relation>
  <dc:relation>Suggests: clipr, ellmer, knitr, rmarkdown, spelling, testthat (&gt;=
3.0.0)</dc:relation>
  <dc:creator>Sumanth Chandrupatla &lt;srchandr@uab.edu&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Sandeep Bodduluri [aut, cph] (ORCID:
    &lt;https://orcid.org/0000-0001-8201-5262&gt;),
  Sumanth Chandrupatla [aut, cre, cph] (ORCID:
    &lt;https://orcid.org/0000-0001-9522-4020&gt;)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=minex/LICENSE)</dc:rights>
  <dc:date>2026-08-29</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=minex</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.minex</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
