generated from kevinrue/MyBioconductorPackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: iSEEwidgets
Title: Shiny Widgets from the iSEE Develeopers
Version: 0.99.0
Date: 2022-10-08
Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")),
person("Federico", "Marini", role="aut", email="[email protected]", comment = c(ORCID = '0000-0003-3252-7758')),
person("Charlotte", "Soneson", role="aut", email="[email protected]", comment = c(ORCID = '0000-0003-3833-2169')),
person("Aaron", "Lun", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-3564-4813')))
Description: This package defines Shiny widgets originally developed for iSEE apps.
Those widgets replace similar elements implemented in other packages,
or extend their functionality in iSEE apps.
Specifically, this package is limited to widgets that may be re-used in
independent Shiny apps without the need to install iSEE.
License: Artistic-2.0
URL: https://github.com/kevinrue/iSEEwidgets
BugReports: https://support.bioconductor.org/t/iSEEwidgets
biocViews: Software,
Infrastructure,
ShinyApps
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
shiny
Suggests:
BiocStyle,
covr,
knitr,
RefManageR,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr