emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63264: closed ([PATCH] gnu: Add r-rcircos.)


From: GNU bug Tracking System
Subject: bug#63264: closed ([PATCH] gnu: Add r-rcircos.)
Date: Thu, 04 May 2023 17:25:02 +0000

Your message dated Thu, 04 May 2023 19:23:58 +0200
with message-id <87pm7gxb5r.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-rcircos.
has caused the debbugs.gnu.org bug report #63264,
regarding [PATCH] gnu: Add r-rcircos.
to be marked as done.

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


-- 
63264: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63264
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-rcircos. Date: Thu, 4 May 2023 13:47:50 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-rcircos. Date: Thu, 04 May 2023 19:23:58 +0200 User-agent: mu4e 1.10.2; emacs 28.2
Applied, thank you!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]