guix-devel
[Top][All Lists]
Advanced

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

[PATCH 13/35] gnu: Add r-trimcluster.


From: Raoul Bonnal
Subject: [PATCH 13/35] gnu: Add r-trimcluster.
Date: Thu, 19 Jan 2017 19:55:08 +0100

From: Raoul Jean Pierre Bonnal <address@hidden>

* gnu/packages/statistics.scm (r-trimcluster): New variable.
---
 gnu/packages/statistics.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c99963f..d729e6d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4315,3 +4315,21 @@ for global optimization of problems with and without 
constraints.")
 regression methodology including model selections and multivariate 
statistics.")
     (license license:gpl2+)))
 
+(define-public r-trimcluster
+  (package
+    (name "r-trimcluster")
+    (version "0.1-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "trimcluster" version))
+       (sha256
+        (base32
+         "0lsgbg93hm0w1rdb813ry0ks2l0jfpyqzqkf3h3bj6fch0avcbv2"))))
+    (build-system r-build-system)
+    (home-page "http://www.www.homepages.ucl.ac.uk/~ucakche/";)
+    (synopsis "Cluster analysis with trimming")
+    (description
+     "Trimmed k-means clustering.")
+    (license (list license:gpl2+
+                   license:gpl3+))))
-- 
1.9.1




reply via email to

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