guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/16: gnu: Add r-rpmm.


From: guix-commits
Subject: 15/16: gnu: Add r-rpmm.
Date: Thu, 30 Mar 2023 08:28:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 418811783ee1f3455d6394f17ffe5e221eca5e0f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 14:24:04 2023 +0200

    gnu: Add r-rpmm.
    
    * gnu/packages/cran.scm (r-rpmm): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4d391f8173..ff27112c6c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7149,6 +7149,28 @@ is being phased out.  A modern MySQL client based on 
Rcpp is available from
 the RMariaDB package.")
     (license license:gpl2)))
 
+(define-public r-rpmm
+  (package
+    (name "r-rpmm")
+    (version "1.25")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "RPMM" version))
+              (sha256
+               (base32
+                "1j48dh434wfhfzka0l21w6f73qlwfm70r9gdddhn504i2d5m4jph"))))
+    (properties `((upstream-name . "RPMM")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-cluster))
+    (home-page "https://cran.r-project.org/package=RPMM";)
+    (synopsis "Recursively partitioned mixture model")
+    (description
+     "This package provides a recursively partitioned mixture model for Beta
+and Gaussian mixtures.  This is a model-based clustering algorithm that
+returns a hierarchy of classes, similar to hierarchical clustering, but also
+similar to finite mixture models.")
+    (license license:gpl2+)))
+
 (define-public r-rpostgresql
   (package
     (name "r-rpostgresql")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]