-
Notifications
You must be signed in to change notification settings - Fork 75
/
DESCRIPTION
45 lines (45 loc) · 1.54 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
Package: MixSIAR
Title: Bayesian Mixing Models in R
Version: 3.1.12
Authors@R: c(
person("Brian", "Stock", email = "[email protected]", role = c("cre","aut")),
person("Brice", "Semmens", email = "[email protected]", role = "aut"),
person("Eric", "Ward", role = "ctb"),
person("Andrew", "Parnell", role = "ctb"),
person("Andrew", "Jackson", role = "ctb"),
person("Donald", "Phillips", role = "ctb"))
Description: Creates and runs Bayesian mixing models to analyze
biological tracer data (i.e. stable isotopes, fatty acids), which estimate the
proportions of source (prey) contributions to a mixture (consumer). 'MixSIAR'
is not one model, but a framework that allows a user to create a mixing model
based on their data structure and research questions, via options for fixed/
random effects, source data types, priors, and error terms. 'MixSIAR' incorporates
several years of advances since 'MixSIR' and 'SIAR'.
Depends:
R (>= 3.6.0)
Imports:
ggplot2 (>= 3.3.0),
R2jags (>= 0.5-7),
MASS (>= 7.3),
RColorBrewer (>= 1.1),
reshape (>= 0.8.7),
reshape2 (>= 1.4.3),
lattice (>= 0.20-35),
MCMCpack (>= 1.4-2),
ggmcmc (>= 1.1),
coda (>= 0.19-1),
loo (>= 2.0.0),
bayesplot (>= 1.4.0),
splancs (>= 2.01-40)
Suggests:
knitr,
rmarkdown,
testthat
SystemRequirements: JAGS (>= 4.3)
URL: https://github.com/brianstock/MixSIAR
BugReports: https://github.com/brianstock/MixSIAR/issues
Encoding: UTF-8
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1