-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.42 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
Package: robber
Title: Using Block Model to Estimate the Robustness of Ecological Network
Version: 0.2.4
Authors@R:
person(given = "Saint-Clair",
family = "Chabert-Liddell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5604-7308"))
Description: Implementation of a variety of methods to compute
the robustness of ecological interaction networks with binary interactions
as described in <doi:10.1002/env.2709>. In particular, using the Stochastic
Block Model and its bipartite counterpart, the Latent Block Model to put a
parametric model on the network, allows the comparison of the robustness of
networks differing in species richness and number of interactions. It also
deals with networks that are partially sampled and/or with missing values.
License: GPL-3
URL: https://github.com/Chabert-Liddell/robber
BugReports: https://github.com/Chabert-Liddell/robber/issues
Depends:
R (>= 3.5)
Imports:
blockmodels (>= 1.1.2),
ggplot2,
GREMLINS,
igraph,
magrittr,
pammtools,
partitions,
purrr,
stats
Suggests:
dplyr,
forcats,
knitr,
patchwork,
pbmcapply,
RColorBrewer,
rmarkdown,
spelling,
testthat,
tibble,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3