The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
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) <doi:10.1109/32.988498>. 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.
| Version: | 0.2.0 |
| Imports: | callr, stats, utils |
| Suggests: | clipr, ellmer, knitr, rmarkdown, spelling, testthat (≥ 3.0.0) |
| Published: | 2026-08-29 |
| DOI: | 10.32614/CRAN.package.minex |
| Author: | Sandeep Bodduluri |
| Maintainer: | Sumanth Chandrupatla <srchandr at uab.edu> |
| BugReports: | https://github.com/DIGlabUAB/minex/issues |
| License: | MIT + file LICENSE |
| URL: | https://github.com/DIGlabUAB/minex |
| NeedsCompilation: | no |
| Language: | en-US |
| Materials: | README, NEWS |
| CRAN checks: | minex results |
| Reference manual: | minex.html , minex.pdf |
| Vignettes: |
Minimizing failing R code with minex (source, R code) |
| Package source: | minex_0.2.0.tar.gz |
| Windows binaries: | r-devel: minex_0.2.0.zip, r-release: minex_0.2.0.zip, r-oldrel: minex_0.2.0.zip |
| macOS binaries: | r-release (arm64): minex_0.2.0.tgz, r-oldrel (arm64): minex_0.2.0.tgz, r-release (x86_64): minex_0.2.0.tgz, r-oldrel (x86_64): minex_0.2.0.tgz |
| Old sources: | minex archive |
Please use the canonical form https://CRAN.R-project.org/package=minex to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.