[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 07/29] gnu: Add r-circlize.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 07/29] gnu: Add r-circlize. |
Date: |
Mon, 14 Aug 2017 22:56:49 +0200 |
* gnu/packages/cran.scm (r-circlize): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7179ceb5c..0fc158768 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -233,3 +233,33 @@ ellipses, circles, cylinders, arrows, ...")
"This package provides more controls on the option values such as
validation and filtering on the values, making options invisible or private.")
(license license:gpl2+)))
+
+(define-public r-circlize
+ (package
+ (name "r-circlize")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "circlize" version))
+ (sha256
+ (base32
+ "0p1zx1aawkblz48kzzfn5w1k3lbwv9wrk1k5gcfjrr2b4sz1pp5b"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-colorspace" ,r-colorspace)
+ ("r-globaloptions" ,r-globaloptions)
+ ("r-shape" ,r-shape)))
+ (home-page "https://github.com/jokergoo/circlize")
+ (synopsis "Circular visualization")
+ (description
+ "Circular layout is an efficient way for the visualization of huge
+amounts of information. This package provides an implementation of circular
+layout generation in R as well as an enhancement of available software. The
+flexibility of the package is based on the usage of low-level graphics
+functions such that self-defined high-level graphics can be easily implemented
+by users for specific purposes. Together with the seamless connection between
+the powerful computational and visual environment in R, it gives users more
+convenience and freedom to design figures for better understanding complex
+patterns behind multiple dimensional data.")
+ (license license:gpl2+)))
--
2.13.3
- [bug#28089] [PATCH 00/29] More R packages., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 03/29] gnu: Add r-auc., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 07/29] gnu: Add r-circlize.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 04/29] gnu: Add r-calibrate., Ricardo Wurmus, 2017/08/14
- [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