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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72197 in the body.
You can then email your comments to 72197 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72197; Package guix-patches. (Fri, 19 Jul 2024 18:23:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 Jul 2024 18:23:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 01 Nov 2024 11:23:02 GMT) Full text and rfc822 format available.

Notification sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 01 Nov 2024 11:23:02 GMT) Full text and rfc822 format available.

Message #10 received at 72197-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Nov 2024 12:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 104 days ago.

Previous Next


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