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:
Ricardo Wurmus 2025-03-11 12:13:56 +01:00
parent 9833ac1334
commit c922dc5f49
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 23 additions and 23 deletions

View file

@ -9318,6 +9318,29 @@ on a Solomon-Cox approximation). Estimates should be treated with caution if
the group sizes are small.")
(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-mcmcglmm
(package
(name "r-mcmcglmm")

View file

@ -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")