1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: r-mixtools: Move to (gnu packages cran).

* gnu/packages/statistics.scm (r-mixtools): Move from here...
* gnu/packages/cran.scm (r-mixtools): ...to here.

Change-Id: I97757ac2e72097ede8c04122917075afdc2ba96f
This commit is contained in:
Ricardo Wurmus
2025-03-11 12:16:57 +01:00
parent 76d5c4cded
commit 47e8d6a551
2 changed files with 26 additions and 26 deletions
-26
View File
@@ -2520,32 +2520,6 @@ dataset in O(N log N) time using Arya and Mount's ANN library. Provides
approximate, exact searches, fixed radius searches, bd and kb trees.")
(license license:gpl3+)))
(define-public r-mixtools
(package
(name "r-mixtools")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mixtools" version))
(sha256
(base32
"03by64xi7yka0hzc1qyz1jdqzah6isvr3cdsc7g5v6hb4f178kl5"))))
(build-system r-build-system)
(propagated-inputs
(list r-kernlab
r-mass
r-plotly
r-scales
r-segmented
r-survival))
(home-page "https://cran.r-project.org/web/packages/mixtools")
(synopsis "Tools for analyzing finite mixture models")
(description
"This package provides a collection of R functions for analyzing finite
mixture models.")
(license license:gpl2+)))
(define-public r-randomforest
(package
(name "r-randomforest")