mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mclust: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-mclust): Move from here... * gnu/packages/cran.scm (r-mclust): ...to here. Change-Id: I130f21e23d4063a7eb8529ad9eaef4f040449445
This commit is contained in:
parent
9833ac1334
commit
c922dc5f49
2 changed files with 23 additions and 23 deletions
|
@ -2628,29 +2628,6 @@ models. The functionality is experimental and the user interface is likely
|
|||
to change in the future.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-mclust
|
||||
(package
|
||||
(name "r-mclust")
|
||||
(version "6.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mclust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xb726ssy224mzfg37nq5hffkdwi2hwjp1y9gwngk9vfbs703myx"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran r-knitr))
|
||||
(home-page "https://www.stat.washington.edu/mclust/")
|
||||
(synopsis "Gaussian mixture modelling for model-based clustering etc.")
|
||||
(description
|
||||
"This package provides 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.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-prabclus
|
||||
(package
|
||||
(name "r-prabclus")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue