forked from cran/mclust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.73 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: mclust
Version: 6.0.1
Date: 2023-11-15
Title: Gaussian Mixture Modelling for Model-Based Clustering,
Classification, and Density Estimation
Description: Gaussian finite mixture models fitted via EM algorithm for
model-based clustering, classification, and density estimation,
including Bayesian regularization, dimension reduction for
visualisation, and resampling-based inference.
Authors@R: c(person("Chris", "Fraley", role = "aut"),
person("Adrian E.", "Raftery", role = "aut",
comment = c(ORCID = "0000-0002-6589-301X")),
person("Luca", "Scrucca", role = c("aut", "cre"),
email = "luca.scrucca@unipg.it",
comment = c(ORCID = "0000-0003-3826-0484")),
person("Thomas Brendan", "Murphy", role = "ctb",
comment = c(ORCID = "0000-0002-5668-7046")),
person("Michael", "Fop", role = "ctb",
comment = c(ORCID = "0000-0003-3936-2757")))
Depends: R (>= 3.0)
Imports: stats, utils, graphics, grDevices
Suggests: knitr (>= 1.4), rmarkdown (>= 2.10), mix (>= 1.0), geometry
(>= 0.4), MASS
License: GPL (>= 2)
URL: https://mclust-org.github.io/mclust/
VignetteBuilder: knitr
Repository: CRAN
ByteCompile: true
NeedsCompilation: yes
LazyData: yes
Encoding: UTF-8
Packaged: 2023-11-15 08:01:53 UTC; luca
Author: Chris Fraley [aut],
Adrian E. Raftery [aut] (<https://orcid.org/0000-0002-6589-301X>),
Luca Scrucca [aut, cre] (<https://orcid.org/0000-0003-3826-0484>),
Thomas Brendan Murphy [ctb] (<https://orcid.org/0000-0002-5668-7046>),
Michael Fop [ctb] (<https://orcid.org/0000-0003-3936-2757>)
Maintainer: Luca Scrucca <luca.scrucca@unipg.it>
Date/Publication: 2023-11-15 10:00:05 UTC