GNU bug report logs -
#53349
[PATCH 0/9] Add 2 bioinformatics R packages
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 18 Jan 2022 17:53:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 @@ (define-public r-adaptivesparsity
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")
--
2.34.0
This bug report was last modified 3 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.