-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path_pkgdown.yml
More file actions
80 lines (72 loc) · 2.08 KB
/
_pkgdown.yml
File metadata and controls
80 lines (72 loc) · 2.08 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
url: https://mc-stan.org/shinystan
destination: "."
development:
mode: auto
template:
package: pkgdownconfig
navbar:
title: "shinystan"
structure:
left: [home, vignettes, functions, news, pkgs, stan]
right: [search, bluesky, forum, github, lightswitch]
components:
pkgs:
text: Other Packages
menu:
- text: bayesplot
href: https://mc-stan.org/bayesplot
- text: cmdstanr
href: https://mc-stan.org/cmdstanr
- text: "loo"
href: https://mc-stan.org/loo
- text: posterior
href: https://mc-stan.org/posterior
- text: projpred
href: https://mc-stan.org/projpred
- text: rstan
href: https://mc-stan.org/rstan
- text: rstanarm
href: https://mc-stan.org/rstanarm
- text: rstantools
href: https://mc-stan.org/rstantools
articles:
- title: "Getting Started"
desc: >
The best way to get started is to play around with the demo by running
launch_shinystan_demo(). The document below provides additional
information about some of the R functions in the package.
contents:
- shinystan-package
- title: "Hosting your App"
desc: >
The document below explains one way to host a shinystan app online.
contents:
- deploy_shinystan
reference:
- title: "Package overview"
desc: >
Details about the shinystan R package.
contents:
- shinystan-package
- title: "Launching the app"
desc: >
Functions for launching the app using a particular model or launching a demo of the app.
contents:
- launch_shinystan
- launch_shinystan_demo
- title: "shinystan objects"
desc: >
Functions for creating, examining, and modifying shinystan objects.
contents:
- as.shinystan
- shinystan-class
- shinystan-metadata
- retrieve
- drop_parameters
- update_sso
- generate_quantity
- title: "Deploying apps"
desc: >
Functions for deploying shinystan apps on shinyapps.io.
contents:
- deploy_shinystan