-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.56 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
Package: i2dash
Type: Package
Title: Iterative and Interactive Dashboards
Version: 0.2.3
Authors@R: c(
person(given = "Arsenij", family = "Ustjanzew", email = "arsenij.ustjanzew@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1014-4521")),
person(given = "Jens", family = "Preussner", email = "jens.preussner@mpi-bn.mpg.de", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-1927-3458")),
person(given = "Mario", family = "Looso", email = "mario.looso@mpi-bn.mpg.de", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-1495-9530")))
Description: Create customized, web-based dashboards for data presentation, exploration and sharing. 'i2dash' integrates easily into existing data analysis pipelines and can organize scientific findings thematically across different pages and layouts.
License: MIT + file LICENSE
URL: https://loosolab.github.io/i2dash/
BugReports: https://github.com/loosolab/i2dash/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
magrittr,
knitr,
flexdashboard,
assertive.sets,
assertive.types,
rmarkdown,
stringr,
stringi,
glue,
ymlthis,
methods,
stats,
utils,
xfun,
htmltools
Suggests:
switchr,
plotly,
BiocStyle,
testthat,
ComplexHeatmap,
digest,
ggplot2,
gt,
kableExtra,
forcats,
leaflet
Collate:
'i2dashboard.R'
'AllGenerics.R'
'assemble.R'
'components.R'
'colormap.R'
'get_set.R'
'i2dash-pkg.R'
'pages.R'
'reexports.R'
'sidebar.R'
'vis_objects.R'