-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 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
Package: alien
Title: Comparative analysis of interaction inference methods
Version: 1.0-0
Date: 2021-04-27
Authors@R: c(person("F. Guillaume", "Blanchet", email = "[email protected]" , role = c("aut","cre"), comment = c(ORCID = "0000-0001-5149-2488")),
person("Ignasi", "Bartomeus", role = c("ctb"), comment = c(ORCID = "0000-0001-7893-4389")),
person("David", "Beauchesne", role = c("ctb")),
person("Kevin", "Cazelles", role = c("aut"), comment = c(ORCID = "0000-0001-6619-9874")),
person("Dominique", "Gravel", role = c("aut"), comment = c(ORCID = "0000-0002-4498-7076")),
person("Steve", "Vissault", role = c("aut"), comment = c(ORCID = "0000-0001-6619-9874")))
Depends:
R (>= 3.1.0)
Maintainer: F. Guillaume Blanchet <[email protected]>
Description: Comparative analysis of interaction inference methods.
Suggests:
testthat (>= 0.8.0),
knitr,
rmarkdown
Imports:
Rcpp (>= 0.12.9),
RcppArmadillo,
randomForest,
reshape2,
utils,
stats,
GenSA,
mvabund,
vegan,
lme4,
ape,
MPSEM,
picante
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
License: MIT + file LICENSE
BugReports: https://github.com/TheoreticalEcosystemEcology/alien/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)