GNU bug report logs -
#65707
[PATCH] gnu: Add r-interactivedisplay.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Sep 2023 23:23:17 +0200
with message-id <87y1h7xh7m.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-interactivedisplay.
has caused the debbugs.gnu.org bug report #65707,
regarding [PATCH] gnu: Add r-interactivedisplay.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65707: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/bioconductor.scm (r-interactivedisplay): New variable.
---
gnu/packages/bioconductor.scm | 38 +++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0070d7777c..f2cb268069 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7734,6 +7734,44 @@ (define-public r-impute
microarray data, using nearest neighbor averaging.")
(license license:gpl2+)))
+(define-public r-interactivedisplay
+ (package
+ (name "r-interactivedisplay")
+ (version "1.38.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "interactiveDisplay" version))
+ (sha256
+ (base32
+ "1y9fdnpz1bagrwhyj8jikp2q5fd9y74j48l5z7f0s88v88sa7szl"))))
+ (properties `((upstream-name . "interactiveDisplay")))
+ (build-system r-build-system)
+ (propagated-inputs (list curl
+ zlib
+ r-annotationdbi
+ r-biocgenerics
+ r-biocmanager
+ r-category
+ r-dt
+ r-ggplot2
+ r-gridsvg
+ r-interactivedisplaybase
+ r-plyr
+ r-rcolorbrewer
+ r-reshape2
+ r-shiny
+ r-zlibbioc
+ r-xml))
+ (native-inputs (list esbuild r-knitr))
+ (home-page "https://bioconductor.org/packages/interactiveDisplay")
+ (synopsis
+ "Package for enabling powerful shiny web displays of Bioconductor objects")
+ (description
+ "This package offers interactive Shiny displays for Bioconductor objects.
+In addition, this package empower users to develop engaging visualizations
+and interfaces for working with Bioconductor data.")
+ (license license:artistic2.0)))
+
(define-public r-interactivedisplaybase
(package
(name "r-interactivedisplaybase")
base-commit: c72bc0bb71a7315241c174636f96faee46a6dfa8
prerequisite-patch-id: 70b98dde8ca4056fb8bd1b731716853ac2c9f0a1
prerequisite-patch-id: da79dfabf48a66d58c294d8a8a5e036808df44d3
prerequisite-patch-id: b1b6000ebee26b162e35b26bffc5b8a6fdf820d8
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Thanks for the patch!
This needed a little more work to replace the bundled JavaScript. You
can see the result in commit cda20190bccf9bd55c264b1084eab8b6499c15cc.
--
Ricardo
This bug report was last modified 1 year and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.