guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: Add r-ggbeeswarm.


From: Ricardo Wurmus
Subject: 04/05: gnu: Add r-ggbeeswarm.
Date: Thu, 29 Dec 2016 19:08:22 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 294304169a5ecc6efbb581102b871c4646c34966
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date:   Tue Dec 27 21:52:04 2016 +0100

    gnu: Add r-ggbeeswarm.
    
    * gnu/packages/statistics.scm (r-ggbeeswarm): New variable.
---
 gnu/packages/statistics.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 52db18c..22485a8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3873,3 +3873,26 @@ closely-packed, non-overlapping points.")
 tokenization of R code, and helpers for interacting with the tokenized
 representation of R code.")
     (license license:expat)))
+
+(define-public r-ggbeeswarm
+  (package
+    (name "r-ggbeeswarm")
+    (version "0.5.3")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ggbeeswarm" version))
+              (sha256
+               (base32
+                "1jgp55rvmzc4agcrlsjn8m5lk85di9c4wj94xzikqkql4lvq3qpd"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-beeswarm" ,r-beeswarm)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-vipor" ,r-vipor)))
+    (home-page "https://github.com/eclarke/ggbeeswarm";)
+    (synopsis "Categorical scatter (violin point) plots")
+    (description
+     "This package provides two methods of plotting categorical scatter plots
+such that the arrangement of points within a category reflects the density of
+data at that region, and avoids over-plotting.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]