guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: Add r-nbclust.


From: Ricardo Wurmus
Subject: 08/08: gnu: Add r-nbclust.
Date: Wed, 13 Jun 2018 05:51:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0c9868aa5b008504b2046d824f5ae428f2bbd928
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 13 11:47:35 2018 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c971b4d..90eab5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4385,3 +4385,24 @@ Mixed Data), @code{MFA} (Multiple Factor Analysis) and
 packages.  It contains also functions for simplifying some clustering analysis
 steps and provides ggplot2-based elegant data visualization.")
     (license license:gpl2)))
+
+(define-public r-nbclust
+  (package
+    (name "r-nbclust")
+    (version "3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "NbClust" version))
+       (sha256
+        (base32
+         "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
+    (properties `((upstream-name . "NbClust")))
+    (build-system r-build-system)
+    (home-page 
"https://sites.google.com/site/malikacharrad/research/nbclust-package";)
+    (synopsis "Determine the best number of clusters in a data set")
+    (description
+     "NbClust provides 30 indexes for determining the optimal number of
+clusters in a data set and offers the best clustering scheme from different
+results to the user.")
+    (license license:gpl2)))



reply via email to

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