-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.07 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
Package: multiweb
Type: Package
Title: Ecological network analyses including multiplex networks
Version: 0.7.10.0000
Authors@R: c(
person("Leonardo A.", "Saravia", email = "lsaravia@conicet.gov.ar", role ="cre"),
person("Susanne", "Kortsch", email = "susanne.kortsch@helsinki.fi", role ="ctb"),
person("Tomas I.", "Marina", email = "tomasimarina@gmail.com", role ="ctb"),
person("Iara D.", "Rodriguez", email = "irodriguez@campus.ungs.edu.ar", role ="ctb"))
Description: This package calculates indices for ecological network analyses.
Depends: R (>= 3.4.4)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
igraph (>= 1.1.2),
NetIndices (>= 1.4.4),
RColorBrewer (>= 1.1-2),
doParallel (>= 1.0.10),
doFuture (>= 0.6.0),
future.apply (>= 1.2.0),
dplyr (>= 0.8.0.1),
kSamples (>= 1.2-9),
doRNG (>= 1.8)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
URL: https://github.com/lsaravia/multiweb
BugReports: https://github.com/lsaravia/multiweb/issues
Config/testthat/edition: 3