unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 72197@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#72197] [PATCH] gnu: Add r-gggenes.
Date: Fri, 19 Jul 2024 10:29:09 +0000	[thread overview]
Message-ID: <0717d2b61752accb62c64969920f441f3adf8070.1721384948.git.Navid.Afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2024-07-19 18:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0717d2b61752accb62c64969920f441f3adf8070.1721384948.git.Navid.Afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=72197@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).