-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 988 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
35
36
37
38
39
40
41
Package: targets.stan
Title: An Example Targets Pipeline for Bayesian Data Analysis
Description: This pipeline uses a targets pipeline to validate a
small Stan model.
Version: 0.0.0.9000
License: MIT + file LICENSE
URL: https://wlandau.github.io/targets-stan,
https://github.com/wlandau/targets-stan
BugReports: https://github.com/wlandau/targets-stan/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "will.landau@gmail.com",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.5.0)
Imports:
cmdstanr (>= 0.1.3),
fst (>= 0.9.2),
rmarkdown (>= 2.3),
tarchetypes,
targets,
tidyverse (>= 1.3.0)
Suggests:
clustermq (>= 0.8.9),
visNetwork (>= 2.0.9)
Remotes:
stan-dev/cmdstanr
wlandau/tarchetypes
wlandau/targets
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0