unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66493] [PATCH] gnu: Add r-complexupset.
@ 2023-10-12 12:46 Navid Afkhami
  2023-10-12 19:27 ` bug#66493: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-10-12 12:46 UTC (permalink / raw)
  To: 66493; +Cc: Navid Afkhami

* gnu/packages/bioinformatics.scm (r-complexupset): New variable.
---
 gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cb0bdf766e..bd936cd1e3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -810,6 +810,34 @@ (define-public r-codeandroll2
 These functions are used by MarkdownReports, ggExpress, and SeuratUtils.")
       (license license:gpl3))))
 
+(define-public r-complexupset
+  (let ((commit "bb3f10a35eb2033754620aacdedc1d52357f13e4")
+        (revision "1"))
+    (package
+      (name "r-complexupset")
+      (version (git-version "1.3.5" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/krassowski/complex-upset")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1yid15515yhfzmbs8z991kk62hzdrlgbz6p81aj6csg3db0xy2xc"))))
+      (properties `((upstream-name . "ComplexUpset")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-colorspace r-ggplot2 r-patchwork r-scales))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/krassowski/complex-upset")
+      (synopsis "Create complex upset plots using 'ggplot2' components")
+      (description
+       "@code{UpSet} plots improve set overlap visualizations over Venn Diagrams.
+Striving to bring the best of the @code{UpSetR} and ggplot2', this
+package offers a way to create complex overlap visualisations,
+using simple and familiar tools.")
+      (license license:expat))))
+
 (define-public r-conospanel
   (let ((commit "39e76b201a783b4e92fd615010a735a61746fbb9")
         (revision "1"))

base-commit: 1328c4cca531318e3ed90c6aecb522a5b22a4bcc
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66493: [PATCH] gnu: Add r-complexupset.
  2023-10-12 12:46 [bug#66493] [PATCH] gnu: Add r-complexupset Navid Afkhami
@ 2023-10-12 19:27 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-10-12 19:27 UTC (permalink / raw)
  To: 66493-done

Thanks for the patch.  I applied a variant that takes the sources from
CRAN.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-12 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12 12:46 [bug#66493] [PATCH] gnu: Add r-complexupset Navid Afkhami
2023-10-12 19:27 ` bug#66493: " Ricardo Wurmus

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).