[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/39: gnu: Add r-ggally.
From: |
Ricardo Wurmus |
Subject: |
19/39: gnu: Add r-ggally. |
Date: |
Thu, 17 Aug 2017 11:27:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ac8402072b550c6a661f4aca7171bd070e0bc6b9
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 14 21:55:44 2017 +0200
gnu: Add r-ggally.
* 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 d88202c..35d0965 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+)))
- 16/39: gnu: Add r-prettyunits., (continued)
- 16/39: gnu: Add r-prettyunits., Ricardo Wurmus, 2017/08/17
- 22/39: gnu: Add r-rook., Ricardo Wurmus, 2017/08/17
- 13/39: gnu: Add r-fastmatch., Ricardo Wurmus, 2017/08/17
- 36/39: gnu: Add r-fitdistrplus., Ricardo Wurmus, 2017/08/17
- 38/39: gnu: Add r-suppdists., Ricardo Wurmus, 2017/08/17
- 17/39: gnu: Add r-reshape., Ricardo Wurmus, 2017/08/17
- 03/39: gnu: Add r-auc., Ricardo Wurmus, 2017/08/17
- 05/39: gnu: Add r-shape., Ricardo Wurmus, 2017/08/17
- 07/39: gnu: Add r-circlize., Ricardo Wurmus, 2017/08/17
- 21/39: gnu: Add r-sp., Ricardo Wurmus, 2017/08/17
- 19/39: gnu: Add r-ggally.,
Ricardo Wurmus <=
- 23/39: gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/17
- 25/39: gnu: Add r-distillery., Ricardo Wurmus, 2017/08/17
- 28/39: gnu: Add r-inline., Ricardo Wurmus, 2017/08/17
- 33/39: gnu: Add r-qvalue., Ricardo Wurmus, 2017/08/17
- 37/39: gnu: Add r-energy., Ricardo Wurmus, 2017/08/17
- 35/39: gnu: Add r-limsolve., Ricardo Wurmus, 2017/08/17
- 29/39: gnu: Add r-bbmle., Ricardo Wurmus, 2017/08/17
- 31/39: gnu: Add r-emdbook., Ricardo Wurmus, 2017/08/17
- 32/39: gnu: Add r-fastseg., Ricardo Wurmus, 2017/08/17
- 34/39: gnu: Add r-lpsolve., Ricardo Wurmus, 2017/08/17