-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
52 lines (52 loc) · 1.15 KB
/
packages.json
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
45
46
47
48
49
50
51
52
[
{
"package": "cmdstanr",
"url": "https://github.com/stan-dev/cmdstanr",
"branch": "*release"
},
{
"package": "StanHeaders",
"url": "https://github.com/stan-dev/rstan",
"branch": "develop",
"subdir": "StanHeaders"
},
{
"package": "rstan",
"url": "https://github.com/stan-dev/rstan",
"branch": "develop",
"subdir": "rstan/rstan"
},
{
"package": "rstanarm",
"url": "https://github.com/stan-dev/rstanarm",
"branch": "survival-rstantools"
},
{
"package": "shinystan",
"url": "https://github.com/stan-dev/shinystan"
},
{
"package": "projpred",
"url": "https://github.com/stan-dev/projpred"
},
{
"package": "loo",
"url": "https://github.com/stan-dev/loo"
},
{
"package": "bayesplot",
"url": "https://github.com/stan-dev/bayesplot"
},
{
"package": "rstantools",
"url": "https://github.com/stan-dev/rstantools"
},
{
"package": "posterior",
"url": "https://github.com/stan-dev/posterior"
},
{
"package": "posteriordb",
"url": "https://github.com/stan-dev/posteriordb-r"
}
]