-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1000 Bytes
/
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
Package: jsdmstan
Title: Fitting jSDMs in Stan
Version: 0.4.1
Authors@R:
person("Fiona", "Seaton", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2022-7451"))
Description: This package is for fitting joint Species Distribution Models
(jSDMs) in Stan, and has functions for simulating jSDM data and fitting jSDM
data according to the generalised linear latent variable model (GLLVM) or
multivariate generalised linear mixed model (MGLMM).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
BH,
bayesplot,
reshape2,
loo,
rlang
SystemRequirements: GNU make
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://nerc-ceh.github.io/jsdmstan/