-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 905 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
Package: rstansim
Type: Package
Title: Simulation Studies with Stan
Version: 0.1.1
Date: 2017-09-16
Authors@R: person("Ewan", "Keith", email = "ewan.keith100@gmail.com",
role = c("aut", "cre"))
Description: Provides a set of functions to facilitate and ease the
running of simulation studies of Bayesian models using 'stan'.
Provides functionality to simulate data, fit models, and manage
simulation results.
License: GPL (>=3) | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: loo (>= 1.0.0),
foreach (>= 1.4.3),
doSNOW (>= 1.0.14),
doRNG (>= 1.6.6),
rstan (>= 2.14.1)
Depends: R (>= 3.2.3),
Rcpp (>= 0.12.12)
RoxygenNote: 6.0.1
Suggests: testthat,
knitr,
rmarkdown,
ggplot2,
ggjoy
VignetteBuilder: knitr
URL: https://ewan-keith.github.io/rstansim, https://github.com/Ewan-Keith/rstansim
BugReports: https://github.com/Ewan-Keith/rstansim/issues