guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: Add r-gclus.


From: Ricardo Wurmus
Subject: 05/08: gnu: Add r-gclus.
Date: Tue, 6 Feb 2018 05:22:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7fe49f2a8a1bc42e644d00871b0472ccf3a961cf
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 6 10:52:24 2018 +0100

    gnu: Add r-gclus.
    
    * gnu/packages/cran.scm (r-gclus): 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 7af471a..8492b95 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1951,3 +1951,24 @@ traveling salesman problem).")
 assignment problem} (QAP).  Currently only a simulated annealing heuristic is
 available.")
     (license license:gpl3)))
+
+(define-public r-gclus
+  (package
+    (name "r-gclus")
+    (version "1.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gclus" version))
+       (sha256
+        (base32
+         "02ba6zj9bjwrzykamjp40ajynx9xjx9h2i85n0ym0r5lcki4x6fn"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-cluster" ,r-cluster)))
+    (home-page "http://cran.r-project.org/web/packages/gclus/";)
+    (synopsis "Clustering graphics")
+    (description "This package orders panels in scatterplot matrices and
+parallel coordinate displays by some merit index.  It contains various indices
+of merit, ordering functions, and enhanced versions of @code{pairs} and
address@hidden which color panels according to their merit level.")
+    (license license:gpl2+)))



reply via email to

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