[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: Add r-beanplot.
From: |
guix-commits |
Subject: |
10/21: gnu: Add r-beanplot. |
Date: |
Wed, 13 Mar 2019 08:18:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 648dbd2702da24a777757413c53c45a9364a8463
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 13 12:43:35 2019 +0100
gnu: Add r-beanplot.
* gnu/packages/cran.scm (r-beanplot): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a00c71a..cebc92a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11502,3 +11502,23 @@ mixture models, for, e.g., density estimation or
clustering algorithms
research and teaching; it provides the widely used Marron-Wand densities. It
also provides tools for efficient random number generation and graphics.")
(license license:gpl2+)))
+
+(define-public r-beanplot
+ (package
+ (name "r-beanplot")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "beanplot" version))
+ (sha256
+ (base32
+ "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/beanplot/")
+ (synopsis "Visualization via beanplots")
+ (description
+ "This package provides beanplots, an alternative to
+boxplot/stripchart/violin plots. It can be used to plot univariate comparison
+graphs.")
+ (license license:gpl2)))
- 01/21: gnu: Add r-nbpseq., (continued)
- 01/21: gnu: Add r-nbpseq., guix-commits, 2019/03/13
- 02/21: gnu: Add r-ebseq., guix-commits, 2019/03/13
- 11/21: gnu: Add r-icobra., guix-commits, 2019/03/13
- 12/21: gnu: Add r-mast., guix-commits, 2019/03/13
- 05/21: gnu: Add r-shinybs., guix-commits, 2019/03/13
- 20/21: gnu: Add r-bumphunter., guix-commits, 2019/03/13
- 09/21: gnu: Add r-nor1mix., guix-commits, 2019/03/13
- 07/21: gnu: Add r-colourpicker., guix-commits, 2019/03/13
- 04/21: gnu: Add r-ihw., guix-commits, 2019/03/13
- 08/21: gnu: Add r-ggextra., guix-commits, 2019/03/13
- 10/21: gnu: Add r-beanplot.,
guix-commits <=
- 15/21: gnu: Add r-scdd., guix-commits, 2019/03/13
- 16/21: gnu: Add r-scone., guix-commits, 2019/03/13
- 18/21: gnu: Add r-illuminaio., guix-commits, 2019/03/13
- 19/21: gnu: Add r-siggenes., guix-commits, 2019/03/13
- 03/21: gnu: Add r-lpsymphony., guix-commits, 2019/03/13
- 13/21: gnu: Add r-monocle., guix-commits, 2019/03/13
- 17/21: gnu: Add r-geoquery., guix-commits, 2019/03/13
- 14/21: gnu: Add r-noiseq., guix-commits, 2019/03/13
- 21/21: gnu: Add r-minfi., guix-commits, 2019/03/13