guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: Add r-add2ggplot.


From: guix-commits
Subject: 06/09: gnu: Add r-add2ggplot.
Date: Fri, 21 Jan 2022 09:54:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c6b4fc978562824a8a1df51c54a749ce554d1449
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Jan 18 18:54:15 2022 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2caa12031b..350ece7d35 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26910,6 +26910,27 @@ adaptive sparsity and the Wong algorithm for 
adaptively sparse Gaussian
 geometric models.")
     (license license:lgpl3+)))
 
+(define-public r-add2ggplot
+  (package
+    (name "r-add2ggplot")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "add2ggplot" version))
+       (sha256
+        (base32 "0c94i1cfp2pvplvxmfvvz2fyj026r1jnax05mrzrc7ppnqzy25y0"))))
+    (properties `((upstream-name . "add2ggplot")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-ggplot2 r-magick r-magrittr r-rcolorbrewer r-zeallot))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/JiaxiangBU/add2ggplot";)
+    (synopsis "Extension for ggplot2")
+    (description "This packages provides tools to create themes and color
+palettes for the package ggplot2.")
+    (license license:expat)))
+
 (define-public r-diffusionmap
   (package
     (name "r-diffusionmap")



reply via email to

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