-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.76 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
Package: RevGadgets
Type: Package
Title: Visualization and Post-Processing of 'RevBayes' Analyses
Version: 1.2.1
Authors@R: c(
person("Carrie", "Tribble",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7263-7885")),
person("Michael R.", "May", role = "aut"),
person("William A.", "Freyman", role = "aut"),
person("Michael J.", "Landis", role = "aut"),
person("Lim Jun", "Ying", role = "aut"),
person("Joelle", "Barido-Sottani", role = "aut"),
person("Andrew", "Magee", role = "aut"),
person("Bjorn Tore", "Kopperud", role = "aut"),
person("Sebastian", "Hohna", role = "aut"),
person("Nagashima", "Kengo", role = "ctb"),
person("Schliep", "Klaus", role = "ctb"),
person("Ronja J.", "Billenstein", role = "aut")
)
Maintainer: Carrie Tribble <[email protected]>
Description: Processes and visualizes the output of complex phylogenetic analyses from the 'RevBayes' phylogenetic graphical modeling software.
URL: https://github.com/revbayes/RevGadgets, https://revbayes.github.io/tutorials/intro/revgadgets
BugReports: https://github.com/revbayes/RevGadgets/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.2.0)
biocViews:
Imports: ape (>= 5.4), phytools (>= 0.7-70), dplyr (>= 1.0.0),
ggtree (>= 3.6.1), tidytree (>= 0.3.4), treeio (>= 1.12.0),
ggplot2 (>= 3.4.0), reshape (>= 0.8.8), methods (>= 4.1.0),
tidyr (>= 1.1.0), tibble (>= 3.0.1), gginnards (>= 0.0.3),
ggplotify (>= 0.0.5), ggpp, ggimage,
png (>= 0.1-7), stats (>= 4.0.1), utils (>= 4.0.1),
grDevices (>= 4.0.1), deeptime (>= 0.1.0), scales (>= 1.1.1)
Suggests: testthat,
knitr,
rmarkdown,
phangorn