GNU bug report logs - #72197
[PATCH] gnu: Add r-gggenes.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Fri, 19 Jul 2024 18:23:05 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72197: closed ([PATCH] gnu: Add r-gggenes.)
Date: Fri, 01 Nov 2024 11:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Nov 2024 12:22:14 +0100
with message-id <87msijkxll.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-gggenes.
has caused the debbugs.gnu.org bug report #72197,
regarding [PATCH] gnu: Add r-gggenes.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72197: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72197
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-gggenes.
Date: Fri, 19 Jul 2024 10:29:09 +0000
* 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



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 72197-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-gggenes.
Date: Fri, 01 Nov 2024 12:22:14 +0100
Applied, thanks!

-- 
Ricardo


This bug report was last modified 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.