[PATCH] gnu: Add r-rcircos.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 2 years ago
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
33d7f10371cd040af37e32bf85298f58b9c34942.1683208070.git.navid.afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-rcircos): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Toggle diff (37 lines)
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
Ricardo Wurmus wrote 2 years ago
(address . 63264-done@debbugs.gnu.org)
87pm7gxb5r.fsf@elephly.net
Applied, thank you!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63264@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63264
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help