-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.53 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
Package: NetworkExtinction
Type: Package
Title: Extinction Simulation in Ecological Networks
Version: 1.0.3
Authors@R: c(person("Derek", "Corcoran", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0248-6230")), person("M. Isidora", "Ávila-Thieme", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-0772-4717")), person("Fernanda S.", "Valdovinos", role = c("aut")), person("Sergio A.", "Navarrete", role = c("aut")),
person("Pablo A.", "Marquet", role = c("aut"), comment = c(ORCID = "0000-0001-6369-9339")), person("Erik", "Kusch", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-4984-7646")))
Maintainer: Derek Corcoran <[email protected]>
Description: Simulates the extinction of species in ecological networks and it analyzes
its cascading effects, described in Dunne et al. (2002) <doi:10.1073/pnas.192407699>.
URL: https://derek-corcoran-barrios.github.io/NetworkExtinction/
BugReports: https://github.com/derek-corcoran-barrios/NetworkExtinction/issues
Depends: R (>= 3.5.1)
Imports:
broom,
doParallel,
dplyr,
foreach,
ggplot2,
igraph,
magrittr,
network,
scales,
sna,
stats,
tidyr,
MASS,
parallel,
purrr,
methods,
rlang,
patchwork,
doSNOW
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
pkgdown,
testthat (>= 3.0.0),
covr
VignetteBuilder: knitr
Config/testthat/edition: 3