-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
executable file
·53 lines (53 loc) · 1.56 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
51
52
53
Package: jSDM
Type: Package
Title: Joint Species Distribution Models
Version: 0.2.7
Date: 2023-07-12
Imports: Rcpp (>= 1.0.0), graphics, stats, coda, corrplot, stringi, MASS, parallel, doParallel, foreach, methods
LinkingTo: Rcpp, RcppArmadillo, RcppGSL
NeedsCompilation: yes
SystemRequirements: GNU GSL
Suggests:
knitr,
kableExtra,
terra,
dplyr,
rmarkdown,
bookdown,
testthat (>= 3.0.0),
boral,
Hmsc,
BayesComm,
snow,
snowfall,
ggplot2,
covr,
ape,
gstat
Authors@R: c(
person("Ghislain", "Vieilledent", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0002-1685-4997")),
person("Jeanne", "Clément", role="aut",
email="[email protected]",
comment=c(ORCID="0000-0002-5228-5015")),
person("Frédéric", "Gosselin", role="ctb",
email="[email protected]",
comment=c(ORCID="0000-0003-3737-106X")),
person("CIRAD", role=c("cph", "fnd"))
)
Maintainer: Ghislain Vieilledent <[email protected]>
Description: Fits joint species distribution models ('jSDM')
in a hierarchical Bayesian framework (Warton and al. 2015
<doi:10.1016/j.tree.2015.09.007>). The Gibbs sampler is written
in 'C++'. It uses 'Rcpp', 'Armadillo' and 'GSL' to maximize computation
efficiency.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://ecology.ghislainv.fr/jSDM/, https://github.com/ghislainv/jSDM
BugReports: https://github.com/ghislainv/jSDM/issues
LazyLoad: yes
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3