-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
44 lines (44 loc) · 1.2 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
Package: atsar
Type: Package
Title: Stan Routines For Univariate And Multivariate Time Series
Version: 0.1.6
Authors@R: c(
person(c("Eric", "J."), "Ward", role = c("aut", "cre"),
email = "[email protected]"),
person(c("Mark", "D."), "Scheuerell", role = "aut"),
person(c("Elizabeth", "E."), "Holmes", role = "aut"),
person(c("Kiva", "L."), "Oken", role = "aut"),
person("Trustees of", "Columbia University", role = "cph"))
Maintainer: Eric J. Ward <[email protected]>
Description: Bundles univariate and multivariate STAN scripts for FISH 507 class.
License: GPL (>=3)
Depends:
R (>= 3.4.0)
Imports:
methods,
Rcpp (>= 0.12.18),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.2),
rstantools (>= 1.5.1),
ggplot2,
viridisLite,
loo (>= 2.0.0),
rlang (>= 0.3.1)
LinkingTo: BH (>= 1.66.0),
Rcpp (>= 0.12.18),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.2),
StanHeaders (>= 2.18.1)
Suggests:
testthat,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
URL: https://atsa-es.github.io/atsar/
BugReports: https://github.com/atsa-es/atsar/issues
RoxygenNote: 7.2.3
SystemRequirements: GNU make
Biarch: true
VignetteBuilder: knitr