[PATCH] gnu: Add r-gggenes.

  • Open
  • quality assurance status badge
Details
One participant
  • Afkhami, Navid
Owner
unassigned
Submitted by
Afkhami, Navid
Severity
normal
A
A
Afkhami, Navid wrote on 19 Jul 12:29 +0200
(address . guix-patches@gnu.org)(name . Afkhami, Navid)(address . Navid.Afkhami@mdc-berlin.de)
0717d2b61752accb62c64969920f441f3adf8070.1721384948.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-gggenes): New variable.

Change-Id: I6062ecc14a9e9af4f676b050983323bed27e6bfa
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (35 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32ee25e1ae..c9b60b567b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26150,6 +26150,26 @@ (define-public r-gridtext
wrap.")
(license license:expat)))
+(define-public r-gggenes
+ (package
+ (name "r-gggenes")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gggenes" version))
+ (sha256
+ (base32 "08s0fhk2kz3ks64nfmdbd8p3swkn62cbw7dpbqgk9ydpmh5gpjbj"))))
+ (properties `((upstream-name . "gggenes")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-ggfittext r-ggplot2 r-rlang))
+ (native-inputs (list r-knitr))
+ (home-page "https://wilkox.org/gggenes/")
+ (synopsis "Draw gene arrow maps in 'ggplot2'")
+ (description
+ "This package provides a ggplot2 extension for drawing gene arrow maps.")
+ (license license:gpl2)))
+
(define-public r-ggghost
(package
(name "r-ggghost")

base-commit: 1aa8dfaeec3c6e4e587aadf7440246f7c5c04b9f
--
2.34.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72197@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72197
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch