all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 63264@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#63264] [PATCH] gnu: Add r-rcircos.
Date: Thu, 4 May 2023 13:47:50 +0000	[thread overview]
Message-ID: <33d7f10371cd040af37e32bf85298f58b9c34942.1683208070.git.navid.afkhami@mdc-berlin.de> (raw)

* gnu/packages/cran.scm (r-rcircos): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d6acda230..9d62b2dbe8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5676,6 +5676,28 @@ (define-public r-circlize
 multi-dimensional data.")
     (license license:gpl2+)))
 
+(define-public r-rcircos
+  (package
+    (name "r-rcircos")
+    (version "1.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "RCircos" version))
+              (sha256
+               (base32
+                "1z0aam60p1b6q7csn50rrwdilm07myr05bw54s9ah8idzyxc7gav"))))
+    (properties `((upstream-name . "RCircos")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/RCircos/")
+    (synopsis "Circos 2D track plot")
+    (description
+     "Simple and flexible way to generate Circos 2D track plot images.
+The types of plots include: heatmap, histogram, lines, scatterplot,
+tiles and plot items for further decorations include connector, link
+(lines and ribbons), and text (gene) label.  All functions require
+only R graphics package that comes with R base installation.")
+    (license license:gpl2+)))
+
 (define-public r-ctrdata
   (package
     (name "r-ctrdata")

base-commit: 916c6e5716bd14cb328f7dcce5405ba9100bb908
-- 
2.34.1





             reply	other threads:[~2023-05-04 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 13:47 Navid Afkhami [this message]
2023-05-04 17:23 ` bug#63264: [PATCH] gnu: Add r-rcircos Ricardo Wurmus

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

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

  git send-email \
    --in-reply-to=33d7f10371cd040af37e32bf85298f58b9c34942.1683208070.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=63264@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.