guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add r-gg-gap.


From: guix-commits
Subject: 01/02: gnu: Add r-gg-gap.
Date: Fri, 5 Mar 2021 09:12:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c0c3f7466c733ba8abcde9cc3bd436f435faaf33
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 5 15:02:18 2021 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1d574b9..60d5d11 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1954,6 +1954,29 @@ in R and Shiny via the D3 visualization library.")
 from Wes Anderson movies.")
     (license license:expat)))
 
+(define-public r-gg-gap
+  (package
+    (name "r-gg-gap")
+    (version "1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gg.gap" version))
+       (sha256
+        (base32
+         "0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
+    (properties `((upstream-name . "gg.gap")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-cowplot" ,r-cowplot)
+       ("r-ggplot2" ,r-ggplot2)))
+    (home-page "https://github.com/ChrisLou-bioinfo/gg.gap";)
+    (synopsis "Define segments on the y-axis for ggplot2")
+    (description
+     "The @code{gg.gap} function enables you to define segments for the y-axis
+in a ggplot2 plot.")
+    (license license:gpl3)))
+
 (define-public r-tablerdash
   (package
     (name "r-tablerdash")



reply via email to

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