GNU bug report logs -
#65707
[PATCH] gnu: Add r-interactivedisplay.
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 65707 in the body.
You can then email your comments to 65707 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#65707
; Package
guix-patches
.
(Sat, 02 Sep 2023 21:58: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
.
(Sat, 02 Sep 2023 21:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65707
; Package
guix-patches
.
(Tue, 12 Sep 2023 15:15:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 65707 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-interactivedisplay): New variable.
---
gnu/packages/bioconductor.scm | 44 +++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c913232680..9c03366f8b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7734,6 +7734,50 @@ (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 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 `(("esbuild" ,esbuild)
+ ("r-knitr" ,r-knitr)
+("js-jquery-1.9.1"
+,(origin
+ (method url-fetch)
+ (uri "https://code.jquery.com/jquery-1.9.1.js")
+ (sha256
+ (base32
+ "0h4dk67yc9d0kadqxb6b33585f3x3559p6qmp70l00qwq030vn3v"))))))
+ (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: 45af7b89239d4bbdc145a5c9cc03356f31d5a20e
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 15 Sep 2023 21:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 15 Sep 2023 21:26:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 65707-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch!
This needed a little more work to replace the bundled JavaScript. You
can see the result in commit cda20190bccf9bd55c264b1084eab8b6499c15cc.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Oct 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.