all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 65707@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65707] [PATCH] gnu: Add r-interactivedisplay.
Date: Sat, 2 Sep 2023 21:56:44 +0000	[thread overview]
Message-ID: <8b873349673578098691476c6e023579ea78af96.1693691804.git.navid.afkhami@mdc-berlin.de> (raw)

* 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





             reply	other threads:[~2023-09-02 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-02 21:56 Navid Afkhami [this message]
2023-09-12 15:14 ` [bug#65707] [PATCH] gnu: Add r-interactivedisplay Navid Afkhami
2023-09-15 21:23 ` bug#65707: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b873349673578098691476c6e023579ea78af96.1693691804.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65707@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.