-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 855 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
Package: MLZBayes
Title: Bayesian Version of MLZ for Mean Length-Based Mortality Estimator
Version: 0.1.0
Authors@R: person("Quang", "Huynh", email = "q.huynh@oceans.ubc.ca", role = c("aut", "cre"))
Maintainer: Quang Huynh <q.huynh@oceans.ubc.ca>
Description: Bayesian mean length-based mortality estimator that uses the rstan sampler.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
R (>= 3.3.0),
Rcpp (>= 0.12.12),
methods
Imports:
MLZ (>= 0.1.0),
rstan (>= 2.17.3),
rstantools (>= 1.4.0),
parallel
LinkingTo:
StanHeaders (>= 2.17.2),
rstan (>= 2.17.3),
BH (>= 1.65.0.1),
Rcpp (>= 0.12.12),
RcppEigen (>= 0.3.3.3.0)
SystemRequirements: GNU make
NeedsCompilation: yes
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
loo,
shinystan
VignetteBuilder: knitr