Package: mclustAddons
Title: Addons for the 'mclust' Package
Version: 0.9
Date: 2024-09-19
Authors@R: 
    person("Luca", "Scrucca", , "luca.scrucca@unipg.it", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-3826-0484"))
Description: Extend the functionality of the 'mclust' package for Gaussian
    finite mixture modeling by including: density estimation for data with
    bounded support (Scrucca, 2019 <doi:10.1002/bimj.201800174>); modal
    clustering using MEM (Modal EM) algorithm for Gaussian mixtures
    (Scrucca, 2021 <doi:10.1002/sam.11527>); entropy estimation via
    Gaussian mixture modeling (Robin & Scrucca, 2023
    <doi:10.1016/j.csda.2022.107582>).
License: GPL (>= 2)
URL: https://mclust-org.github.io/mclustAddons/
Depends: mclust (>= 6.1), R (>= 4.0)
Imports: cli, doParallel, doRNG (>= 1.6), foreach, graphics, grDevices,
        iterators, knitr (>= 1.12), parallel, Rcpp (>= 1.0), rmarkdown
        (>= 0.9), stats, utils
LinkingTo: Rcpp, RcppArmadillo (>= 0.10)
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
NeedsCompilation: yes
Repository: CRAN
RoxygenNote: 7.3.2
Packaged: 2024-09-20 13:52:46 UTC; luca
Author: Luca Scrucca [aut, cre, cph] (<https://orcid.org/0000-0003-3826-0484>)
Maintainer: Luca Scrucca <luca.scrucca@unipg.it>
Date/Publication: 2024-09-20 16:20:02 UTC
