Package: DEmixR
Type: Package
Title: Fit Two-Component Normal and Lognormal Mixture Models
Version: 0.3.0
Authors@R: 
    person("Farrokh", "Habibzadeh",
           email = "farrokh.habibzadeh@gmail.com",
           role  = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5360-2900"))
Description: Fits, bootstraps, and evaluates two-component normal and lognormal
    mixture models. Parameters are searched within data-derived bounds by
    differential-evolution global optimization, as implemented in the 'DEoptim'
    package (Mullen, Ardia, Gil, Windover and Cline, 2011)
    <doi:10.18637/jss.v040.i06>, followed by a local 'L-BFGS-B' refinement step
    via optim(). Also provides preliminary diagnostic plots, diagnostic plots
    for fitted mixtures, automatic normal-versus-lognormal model selection by
    the Bayesian or Akaike information criterion, and parametric or
    nonparametric bootstrap confidence intervals for the fitted parameters.
Depends: R (>= 4.0.0)
Imports: DEoptim (>= 2.0.0), pbapply (>= 1.0.0), graphics, stats, utils
License: MIT + file LICENSE
URL: https://github.com/FHabibzadeh/DEmixR
BugReports: https://github.com/FHabibzadeh/DEmixR/issues
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat (>= 3.1.7), parallelly
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Config/roxygen2/version: 8.1.0
Packaged: 2026-09-25 05:47:50 UTC; mac
Author: Farrokh Habibzadeh [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5360-2900>)
Maintainer: Farrokh Habibzadeh <farrokh.habibzadeh@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-25 06:10:02 UTC
