guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-gghalves.


From: guix-commits
Subject: branch master updated: gnu: Add r-gghalves.
Date: Sat, 18 Jun 2022 04:52:04 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eb5df275ce gnu: Add r-gghalves.
eb5df275ce is described below

commit eb5df275ce74f18994bd60d05f295fa2c5c6ce89
Author: Wiktor Żelazny <wz@freeshell.de>
AuthorDate: Wed Oct 13 19:01:51 2021 +0200

    gnu: Add r-gghalves.
    
    * gnu/packages/cran.scm (r-gghalves): New variable.
    
    Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b326332bf6..96dca393e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33395,6 +33395,30 @@ facets.  It also allows multiple colour, fill scales 
per plot and hosts a
 smaller collection of stats, geoms and axis guides.")
     (license license:expat)))
 
+(define-public r-gghalves
+  (package
+    (name "r-gghalves")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gghalves" version))
+       (sha256
+        (base32
+         "1lj4c38fzxwg8gy57ymf00lqjdplb7v2a0lnd262c1d5cavqiws4"))))
+    (properties `((upstream-name . "gghalves")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-ggplot2 r-gtable))
+    (native-inputs
+     (list r-knitr))
+    (home-page "https://github.com/erocoar/gghalves";)
+    (synopsis "Compose half-half plots using your favourite geoms")
+    (description "This package provides a @code{ggplot2} extension for easy
+plotting of half-half geom combinations.  Think half boxplot and half
+jitterplot, or half violinplot and half dotplot.")
+    (license license:expat)))
+
 (define-public r-zoeppritz
   (package
     (name "r-zoeppritz")



reply via email to

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