GNU bug report logs -
#63264
[PATCH] gnu: Add r-rcircos.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63264 in the body.
You can then email your comments to 63264 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63264
; Package
guix-patches
.
(Thu, 04 May 2023 13:49:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 04 May 2023 13:49:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 04 May 2023 17:25:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Thu, 04 May 2023 17:25:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63264-done <at> debbugs.gnu.org (full text, mbox):
Applied, thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 02 Jun 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.