-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 921 Bytes
/
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
Package: corGraph
Title: Correlation Matrices As Networks
Version: 0.1.0
Authors@R:
c(person(given = "Danielle",
family = "Callan",
role = c("aut", "cre"),
email = "[email protected]"))
Imports:
bslib,
data.table,
dplyr,
DT,
ggplot2,
Hmisc,
htmlwidgets,
r2d3,
shiny,
shinyjs,
shinyWidgets
URL: https://github.com/microbiomeDB/corGraph
BugReports: https://github.com/microbiomeDB/corGraph/issues
Description: A Shiny app to build network diagrams of correlation matrices, plus some supporting htmlwidgets.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'app.R'
'bipartiteNetworkWidget.R'
'data.R'
'server.R'
'unipartiteNetwork.R'
'ui.R'
Suggests:
shinytest2,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
License: Apache License (>= 2)