guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-clusteval.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add r-clusteval.
Date: Tue, 30 Oct 2018 17:13:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 32499b26e6065d67e71d8b998cbfffa6dd60b274
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 22:13:01 2018 +0100

    gnu: Add r-clusteval.
    
    * gnu/packages/cran.scm (r-clusteval): 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 ca1c1c8..5361f96 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7039,3 +7039,25 @@ problems into least squares ones first.")
      "This package contains functions for non-parametric survival analysis of
 exact and interval-censored observations.")
     (license license:gpl2+)))
+
+(define-public r-clusteval
+  (package
+    (name "r-clusteval")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "clusteval" version))
+       (sha256
+        (base32
+         "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mvtnorm" ,r-mvtnorm)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "https://cran.r-project.org/web/packages/clusteval/";)
+    (synopsis "Evaluation of clustering algorithms")
+    (description
+     "This R package provides a suite of tools to evaluate clustering
+algorithms, clusterings, and individual clusters.")
+    (license license:expat)))



reply via email to

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