-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.38 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: evolnets
Title: Reconstruct Ancestral Networks Inferred In RevBayes
Version: 0.0.0.9000
Authors@R: c(
person(given = "Mariana",
family = "P Braga",
role = c("aut", "cre"),
email = "mpiresbr@gmail.com",
comment = c(ORCID = "0000-0002-1253-2536")),
person(given = "Wouter",
family = "van der Bijl",
role = "aut"),
person(given = "Michael",
family = "Landis",
role = "aut"))
Description: RevBayes offers models to infer host-repertoire evolution, but no
tools to parse the outputs. This package has the necessary tools to
reconstruct ancestral ecological networks based on posterior
probabilities of interactions.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown
Imports:
ape,
bipartite,
data.table,
patchwork,
dplyr,
ggplot2,
magrittr,
methods,
rlang,
stringr,
tidyr,
utils,
vegan,
purrr,
tibble,
tidyselect,
coda,
tidygraph,
ggraph,
treeio,
dispRity,
scales,
ggtree
Depends:
R (>= 2.10)
URL: https://github.com/maribraga/evolnets,
https://maribraga.github.io/evolnets/
BugReports: https://github.com/maribraga/evolnets/issues
VignetteBuilder: knitr
Config/testthat/edition: 3