-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.18 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
Package: metanetwork
Title: Circular Hierarchical Edge Bundling Graphs
Version: 0.0.0.9006
Authors@R: c(
person(given = "David",
family = "Beauchesne",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3590-8161")),
person(given = "Kevin",
family = "Cazelles",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6619-9874")))
Description: Package to generate circular hierarchical edge bundling graphs to represent metanetworks.
URL: https://github.com/inSilecoInc/metanetwork
BugReports: https://github.com/inSilecoInc/metanetwork/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
fs,
glue,
graphics,
grDevices,
magick,
methods,
plotrix,
shiny (>= 1.7.0),
utils,
viridis,
vroom
Suggests:
colourpicker,
testthat (>= 3.0.0),
shinycssloaders,
shinyjs
Config/testthat/edition: 3