Package: oda
Title: Pure-R Core Engine for Optimal Data Analysis (ODA / MultiODA)
Version: 0.1.2
Authors@R: c(
    person("Nathaniel", "Rhodes", role = c("aut","cre"),
           email = "nrhode@midwestern.edu"),
    person("Paul", "Yarnold", role = c("ctb","cph"))
  )
Description: Pure-R implementation of univariate binary-class ODA (UniODA),
    univariate multiclass ODA (MultiODA), and binary Classification Tree
    Analysis (CTA). Supports ordered and categorical attributes, priors-on
    inverse-frequency weighting, MAXSENS / SAMPLEREP / first-identified
    tie-breaking, true leave-one-out cross-validation, and Monte Carlo
    Fisher-randomization p-values. Covered UniODA, MultiODA, and binary CTA
    fixtures are tested for parity against MegaODA.exe and CTA.exe outputs.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: graphics, grDevices, stats, utils
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, pkgdown, ggplot2 (>=
        3.4.0), patchwork (>= 1.1.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3
URL: https://njrhodes.github.io/oda_r/,
        https://github.com/njrhodes/oda_r
BugReports: https://github.com/njrhodes/oda_r/issues
NeedsCompilation: no
Packaged: 2026-06-09 20:39:01 UTC; nrhode
Author: Nathaniel Rhodes [aut, cre],
  Paul Yarnold [ctb, cph]
Maintainer: Nathaniel Rhodes <nrhode@midwestern.edu>
Repository: CRAN
Date/Publication: 2026-06-17 14:00:02 UTC
