* [bug#72197] [PATCH] gnu: Add r-gggenes.
@ 2024-07-19 10:29 Afkhami, Navid
2024-11-01 11:22 ` bug#72197: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Afkhami, Navid @ 2024-07-19 10:29 UTC (permalink / raw)
To: 72197; +Cc: Afkhami, Navid
* gnu/packages/cran.scm (r-gggenes): New variable.
Change-Id: I6062ecc14a9e9af4f676b050983323bed27e6bfa
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-01 11:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 10:29 [bug#72197] [PATCH] gnu: Add r-gggenes Afkhami, Navid
2024-11-01 11:22 ` bug#72197: " Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).