[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/16: gnu: Add r-ggjoy.
From: |
Ricardo Wurmus |
Subject: |
14/16: gnu: Add r-ggjoy. |
Date: |
Mon, 18 Dec 2017 06:02:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 007f6d9885b81543b02489e503e51264677ed132
Author: Ricardo Wurmus <address@hidden>
Date: Mon Dec 18 11:59:28 2017 +0100
gnu: Add r-ggjoy.
* gnu/packages/cran.scm (r-ggjoy): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e0e4406..e7c9c65 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1751,3 +1751,25 @@ plotting. a three dimensional point cloud.")
distributions over time or space. This package enables the creation of such
plots in @code{ggplot2}.")
(license license:gpl2)))
+
+(define-public r-ggjoy
+ (package
+ (name "r-ggjoy")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ggjoy" version))
+ (sha256
+ (base32
+ "1s24zn7gmk52bvjjhanxby7rxbnc2yfl0nx5nv7x7z0zja8gg7nb"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-ggridges" ,r-ggridges)))
+ (home-page "https://github.com/clauswilke/ggjoy")
+ (synopsis "Joyplots in ggplot2")
+ (description "Joyplots provide a convenient way of visualizing changes in
+distributions over time or space. This package enables the creation of such
+plots in @code{ggplot2}.")
+ (license license:gpl2)))
- 09/16: gnu: Add r-ica., (continued)
- 09/16: gnu: Add r-ica., Ricardo Wurmus, 2017/12/18
- 05/16: gnu: Add aj-snapshot., Ricardo Wurmus, 2017/12/18
- 15/16: gnu: Add r-diffusionmap., Ricardo Wurmus, 2017/12/18
- 08/16: gnu: r-seurat: Fix ModularityOptimizer.jar., Ricardo Wurmus, 2017/12/18
- 01/16: gnu: Add sonivox-eas., Ricardo Wurmus, 2017/12/18
- 04/16: gnu: Add jack-capture., Ricardo Wurmus, 2017/12/18
- 13/16: gnu: Add r-ggridges., Ricardo Wurmus, 2017/12/18
- 12/16: gnu: Add r-scatterplot3d., Ricardo Wurmus, 2017/12/18
- 06/16: gnu: Add noise-repellent., Ricardo Wurmus, 2017/12/18
- 07/16: gnu: qmidiarp: Update to 0.6.5., Ricardo Wurmus, 2017/12/18
- 14/16: gnu: Add r-ggjoy.,
Ricardo Wurmus <=
- 16/16: gnu: r-seurat: Update to 2.1.0., Ricardo Wurmus, 2017/12/18