-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1.06 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
Package: ggnetworx
Type: Package
Title: Visualization of Phylogenetic Networks
Version: 0.99.0
Authors@R: c(person("Klaus", "Schliep", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2941-0161")),
person("Marta", "Vidal-Garcia", role="aut"),
person("Claudia", "Solis-Lemus", role="aut"),
person("Leann", "Biancani", role="aut"),
person("Eren", "Ada", role="aut"),
person("L. Francisco", "Henao Diaz", role="aut"),
person("Guangchuang", "Yu", role = c("ctb")))
Description: 'ggplot2' like system to plot phylogentic networks from 'ape' and 'phangorn'.
Depends:
R (>= 3.6),
ggplot2 (>= 2.2.0),
ggtree
Imports:
magrittr,
ape (>= 5.0),
phangorn (>= 2.5),
utils
Suggests:
vdiffr,
testthat,
BiocStyle,
ggimage,
knitr
VignetteBuilder: knitr
biocViews: Software, Visualization
License: AGPL (>= 3)
URL: https://github.com/KlausVigo/ggnetworx
BugReports: https://github.com/KlausVigo/ggnetworx/issues
RoxygenNote: 7.0.0