[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/18: gnu: Add r-fastcluster.
From: |
Ricardo Wurmus |
Subject: |
08/18: gnu: Add r-fastcluster. |
Date: |
Mon, 28 Nov 2016 21:43:46 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 1bd46f55207f5940131e37678bdd10ccff1dd56d
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 24 15:15:27 2016 +0100
gnu: Add r-fastcluster.
* gnu/packages/statistics.scm (r-fastcluster): New variable.
---
gnu/packages/statistics.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d2ca35e..3c2bd0c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3539,6 +3539,31 @@ hierarchical clustering dendrograms.")
routines.")
(license license:lgpl2.0+)))
+(define-public r-fastcluster
+ (package
+ (name "r-fastcluster")
+ (version "1.1.20")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fastcluster" version))
+ (sha256
+ (base32
+ "0rlbxhh894znf10x0xgkv9dzpibgq9jw5aqpgviccdnxc2c5hwid"))))
+ (build-system r-build-system)
+ (home-page "http://danifold.net/fastcluster.html")
+ (synopsis "Fast hierarchical clustering routines")
+ (description
+ "This package implements fast hierarchical, agglomerative clustering
+routines. Part of the functionality is designed as drop-in replacement for
+existing routines: @code{linkage()} in the SciPy package
address@hidden, @code{hclust()} in R's @code{stats} package,
+and the @code{flashClust} package. It provides the same functionality with
+the benefit of a much faster implementation. Moreover, there are
+memory-saving routines for clustering of vector data, which go beyond what the
+existing packages provide.")
+ (license license:bsd-2)))
+
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
- 05/18: gnu: Add r-r4rna., (continued)
- 05/18: gnu: Add r-r4rna., Ricardo Wurmus, 2016/11/28
- 09/18: gnu: Add r-wgcna., Ricardo Wurmus, 2016/11/28
- 17/18: gnu: Add r-rocr., Ricardo Wurmus, 2016/11/28
- 06/18: gnu: Add r-dynamictreecut., Ricardo Wurmus, 2016/11/28
- 12/18: gnu: Add r-gtools., Ricardo Wurmus, 2016/11/28
- 18/18: gnu: Add r-gkmsvm., Ricardo Wurmus, 2016/11/28
- 10/18: gnu: Add r-sfsmisc., Ricardo Wurmus, 2016/11/28
- 13/18: gnu: Add r-chipkernels., Ricardo Wurmus, 2016/11/28
- 01/18: gnu: Add r-rematch., Ricardo Wurmus, 2016/11/28
- 04/18: gnu: Add r-spams., Ricardo Wurmus, 2016/11/28
- 08/18: gnu: Add r-fastcluster.,
Ricardo Wurmus <=
- 11/18: gnu: Add r-kernlab., Ricardo Wurmus, 2016/11/28
- 14/18: gnu: Add r-seqgl., Ricardo Wurmus, 2016/11/28
- 15/18: gnu: Add r-gdata., Ricardo Wurmus, 2016/11/28
- 07/18: gnu: Add r-preprocesscore., Ricardo Wurmus, 2016/11/28
- 16/18: gnu: Add r-gplots., Ricardo Wurmus, 2016/11/28