[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 11/29] gnu: Add r-dendextend.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 11/29] gnu: Add r-dendextend. |
Date: |
Mon, 14 Aug 2017 22:56:53 +0200 |
* gnu/packages/cran.scm (r-dendextend): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 25f52a143..b2502e182 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -309,3 +309,32 @@ comparison object. If the objects are not identical, the
functions can be
instructed to explore various modifications of the objects (e.g., sorting
rows, dropping names) to see if the modified versions are identical.")
(license license:gpl2+)))
+
+(define-public r-dendextend
+ (package
+ (name "r-dendextend")
+ (version "1.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "dendextend" version))
+ (sha256
+ (base32
+ "04jz58apibfrkjcrdmw2hmsav6qpb5cs6qdai81k1v1iznfcya42"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-fpc" ,r-fpc)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-magrittr" ,r-magrittr)
+ ("r-viridis" ,r-viridis)
+ ("r-whisker" ,r-whisker)))
+ (home-page "https://cran.r-project.org/web/packages/dendextend")
+ (synopsis "Extending 'dendrogram' functionality in R")
+ (description
+ "This package offers a set of functions for extending @code{dendrogram}
+objects in R, letting you visualize and compare trees of hierarchical
+clusterings. You can adjust a tree's graphical parameters (the color, size,
+type, etc of its branches, nodes and labels) and visually and statistically
+compare different dendrograms to one another.")
+ ;; Any of these versions
+ (license (list license:gpl2 license:gpl3))))
--
2.13.3
- [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions., (continued)
- [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 08/29] gnu: Add r-powerlaw., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 09/29] gnu: Add r-png., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 02/29] gnu: Add r-annotationhub., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 10/29] gnu: Add r-compare., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 13/29] gnu: Add r-fastmatch., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 05/29] gnu: Add r-shape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 12/29] gnu: Add r-getoptlong., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 15/29] gnu: Add r-ffbase., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 14/29] gnu: Add r-ff., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 11/29] gnu: Add r-dendextend.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 16/29] gnu: Add r-prettyunits., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 17/29] gnu: Add r-reshape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 18/29] gnu: Add r-progress., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 24/29] gnu: Add r-lmoments., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 20/29] gnu: Add r-proxy., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 26/29] gnu: Add r-extremes., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 27/29] gnu: Add r-lmtest., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 19/29] gnu: Add r-ggally., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/14