[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 19/29] gnu: Add r-ggally.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 19/29] gnu: Add r-ggally. |
Date: |
Mon, 14 Aug 2017 22:57:01 +0200 |
* gnu/packages/cran.scm (r-ggally): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d88202ca5..35d096514 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -499,3 +499,34 @@ percentage, elapsed time, and/or the estimated completion
time. They work in
terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
package also provides a C++ API, that works with or without Rcpp.")
(license license:expat)))
+
+(define-public r-ggally
+ (package
+ (name "r-ggally")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GGally" version))
+ (sha256
+ (base32
+ "12ddab0nd0f9c7bb6cx3c22mliyvc8xsxv26aqz3cvfbla8crp3b"))))
+ (properties `((upstream-name . "GGally")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-gtable" ,r-gtable)
+ ("r-plyr" ,r-plyr)
+ ("r-progress" ,r-progress)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-reshape" ,r-reshape)))
+ (home-page "https://ggobi.github.io/ggally")
+ (synopsis "Extension to ggplot2")
+ (description
+ "The R package ggplot2 is a plotting system based on the grammar of
+graphics. GGally extends ggplot2 by adding several functions to reduce the
+complexity of combining geometric objects with transformed data. Some of
+these functions include a pairwise plot matrix, a two group pairwise plot
+matrix, a parallel coordinates plot, a survival plot, and several functions to
+plot networks.")
+ (license license:gpl2+)))
--
2.13.3
- [bug#28089] [PATCH 14/29] gnu: Add r-ff., (continued)
- [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, 2017/08/14
- [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 <=
- [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 28/29] gnu: Add r-inline., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 25/29] gnu: Add r-distillery., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 22/29] gnu: Add r-rook., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 29/29] gnu: Add r-bbmle., Ricardo Wurmus, 2017/08/14
- bug#28089: [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/17