[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
290/318: gnu: Add r-ggalluvial.
From: |
guix-commits |
Subject: |
290/318: gnu: Add r-ggalluvial. |
Date: |
Fri, 20 Nov 2020 08:41:13 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 61ed9bc8f669dd7f4bc5e3fa047a03581f8ad545
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 15:45:14 2020 +0100
gnu: Add r-ggalluvial.
* gnu/packages/cran.scm (r-ggalluvial): 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 64e139c..8ce0bc9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -255,6 +255,35 @@ ordered indexed observations. It is particularly aimed at
irregular time
series of numeric vectors/matrices and factors.")
(license license:gpl2+)))
+(define-public r-ggalluvial
+ (package
+ (name "r-ggalluvial")
+ (version "0.12.2")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "ggalluvial" version))
+ (sha256
+ (base32
+ "1qcpbb6h2znsq246n1291rxgfryiw24caghbk8acjzzfbdhdj8x1"))))
+ (properties `((upstream-name . "ggalluvial")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-lazyeval" ,r-lazyeval)
+ ("r-rlang" ,r-rlang)
+ ("r-tidyr" ,r-tidyr)
+ ("r-tidyselect" ,r-tidyselect)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "http://corybrunson.github.io/ggalluvial/")
+ (synopsis "Alluvial plots for ggplot2")
+ (description "This package provides alluvial plots for @code{ggplot2}.
+Alluvial plots use variable-width ribbons and stacked bar plots to represent
+multi-dimensional or repeated-measures data with categorical or ordinal
+variables.")
+ (license license:gpl3)))
+
(define-public r-ggpmisc
(package
(name "r-ggpmisc")
- 258/318: gnu: r-protgenerics: Update to 1.22.0., (continued)
- 258/318: gnu: r-protgenerics: Update to 1.22.0., guix-commits, 2020/11/20
- 260/318: gnu: r-affyio: Update to 1.60.0., guix-commits, 2020/11/20
- 267/318: gnu: r-aroma-light: Update to 3.20.0., guix-commits, 2020/11/20
- 264/318: gnu: r-pcamethods: Update to 1.82.0., guix-commits, 2020/11/20
- 262/318: gnu: r-vsn: Update to 3.58.0., guix-commits, 2020/11/20
- 266/318: gnu: r-msnid: Update to 1.24.0., guix-commits, 2020/11/20
- 276/318: gnu: r-dirichletmultinomial: Update to 1.32.0., guix-commits, 2020/11/20
- 283/318: gnu: r-erma: Update to 1.6.0., guix-commits, 2020/11/20
- 284/318: gnu: r-ldblock: Update to 1.20.0., guix-commits, 2020/11/20
- 289/318: import: cran: Update the Bioconductor version to 3.12., guix-commits, 2020/11/20
- 290/318: gnu: Add r-ggalluvial.,
guix-commits <=
- 291/318: gnu: Add r-matrixgenerics., guix-commits, 2020/11/20
- 292/318: gnu: r-delayedarray: Fix build., guix-commits, 2020/11/20
- 294/318: gnu: r-hpar: Update to 1.32.1., guix-commits, 2020/11/20
- 296/318: gnu: r-genomicfeatures: Update to 1.42.1., guix-commits, 2020/11/20
- 298/318: gnu: r-mutationalpatterns: Update to 3.0.1., guix-commits, 2020/11/20
- 299/318: gnu: r-complexheatmap: Update to 2.6.2., guix-commits, 2020/11/20
- 145/318: gnu: r-cytoml: Update to 2.2.0., guix-commits, 2020/11/20
- 148/318: gnu: r-depecher: Update to 1.6.0., guix-commits, 2020/11/20
- 156/318: gnu: r-seqbias: Update to 1.38.0., guix-commits, 2020/11/20
- 157/318: gnu: r-reqon: Update to 1.36.0., guix-commits, 2020/11/20