-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.53 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: FacileAnalysisShine
Type: Package
Title: Interactive components to a FacileAnalysis
Version: 0.0.13
Authors@R: c(
person(
"Steve", "Lianoglou",
email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0924-1754")))
Description: Provides interactive components to create an immersive
FacileAnalysis experience.
URL: https://github.com/facilebio/FacileAnalysisShine
BugReports: https://github.com/facilebio/FacileAnalysisShine/issues
Depends:
R (>= 4.2.0),
FacileAnalysis
Imports:
checkmate,
crosstalk,
dplyr,
DT,
FacileData (>= 0.98.5),
FacileShine (>= 0.98.0),
FacileViz (>= 0.98.0),
ggplot2,
htmltools,
miniUI,
sparrow (>= 0.98.5),
sparrow.shiny,
plotly (>= 4.9.0),
shiny (>= 1.3.1),
shinydashboard,
shinyjs,
shinyjqui,
shinycssloaders,
shinyWidgets,
stringr,
tibble,
tidyr
Suggests:
airway,
BiasedUrn,
curl,
DESeq2,
FacileBiocData,
fgsea,
knitr,
lifecycle,
magrittr,
org.Mm.eg.db,
patchwork,
RColorBrewer,
qs,
rmarkdown,
RnaSeqGeneEdgeRQL,
SummarizedExperiment,
statmod,
sva,
testthat,
withr
Remotes:
facilebio/FacileAnalysis,
facilebio/FacileBiocData,
facilebio/FacileData,
facilebio/FacileShine,
facilebio/FacileViz,
daattali/shinycssloaders,
lianos/sparrow,
lianos/sparrow.shiny
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3