-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.26 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
Package: FacileShine
Type: Package
Title: Shiny primitives to interact with FacileData and FacileViz objects.
Version: 0.98.21
Authors@R: c(
person("Steve", "Lianoglou", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-0924-1754")))
Description: Provides shiny "primitives" to enable GUI driven interaction over
FacileData and FacileViz objects. These are provided in the form of shiny
modules and gadgets.
URL: https://github.com/facilebio/FacileShine
BugReports: https://github.com/facilebio/FacileShine/issues
Depends:
R (>= 3.5)
Imports:
broom,
checkmate,
crayon,
datamods,
dplyr,
FacileData (>= 0.98.91),
FacileViz (>= 0.1.10),
glue,
miniUI,
sparrow.shiny,
plotly,
promises,
reactable (>= 0.4.4),
shiny (>= 1.3.1),
shinyjqui,
shinyjs,
shinyWidgets,
tidyr,
tictoc,
V8,
viridis,
shinycssloaders,
yaml
Suggests:
FacileBiocData,
knitr,
testthat
Remotes:
facilebio/FacileBiocData,
facilebio/FacileData,
facilebio/FacileViz,
glin/reactable,
daattali/shinycssloaders,
lianos/sparrow.shiny
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2