-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.14 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
Package: bootstrapnet
Version: 1.0.0
Title: Bootstrap Network Metrics
Description: Bootstraps indices/metrics of ecological networks computed with the `bipartite` R package functions.
Authors@R: c(
person(given = "Valentin",
family = "Stefan",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tiffany",
middle = "Marie",
family = "Knight",
role = "aut",
email = "[email protected]")
)
Maintainer: Valentin Stefan <[email protected]>
License: MIT + file LICENSE
URL: https://valentinitnelav.github.io/bootstrapnet/
BugReports: https://github.com/valentinitnelav/bootstrapnet/issues
Depends:
R (>= 3.5)
Imports:
matrixStats (>= 0.53.1),
magrittr (>= 1.5),
data.table (>= 1.11.4),
dplyr (>= 0.7.6),
tibble (>= 1.4.2),
tidyr (>= 0.8.1),
purrr (>= 0.2.5),
ggplot2 (>= 3.0.0),
bipartite (>= 2.11),
parallel (>= 3.5),
doParallel (>= 1.0.11),
foreach (>= 1.4.4),
iterators (>= 1.0.10),
methods
Suggests:
devtools,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1