-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.03 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
Package: mvdlm
Title: Multivariate Dynamic Linear Modelling With Stan
Version: 0.1.0
Authors@R:
c(person(given = "Eric J.",
family = "Ward",
role = c("aut", "cre"),
email = "eric.ward@noaa.gov",
comment = c(ORCID = "0000-0002-4359-0296")))
Description: Fits multivariate dynamic linear models in a Bayesian framework using Stan.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Biarch: true
URL: https://github.com/atsa-es/mvdlm
BugReports: https://github.com/atsa-es/mvdlm/issues
Depends:
R (>= 4.1.0)
Imports:
broom.mixed,
methods,
ggplot2,
MARSS,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1)
Suggests:
testthat,
knitr,
rmarkdown,
parallel
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
VignetteBuilder: knitr