|
| 1 | +url: https://mc-stan.org/shinystan |
| 2 | + |
| 3 | +destination: "." |
| 4 | + |
| 5 | +development: |
| 6 | + mode: auto |
| 7 | + |
| 8 | +template: |
| 9 | + package: pkgdownconfig |
| 10 | + |
| 11 | +navbar: |
| 12 | + title: "shinystan" |
| 13 | + |
| 14 | + structure: |
| 15 | + left: [home, vignettes, functions, news, pkgs, stan] |
| 16 | + right: [search, bluesky, forum, github, lightswitch] |
| 17 | + |
| 18 | + components: |
| 19 | + pkgs: |
| 20 | + text: Other Packages |
| 21 | + menu: |
| 22 | + - text: bayesplot |
| 23 | + href: https://mc-stan.org/bayesplot |
| 24 | + - text: cmdstanr |
| 25 | + href: https://mc-stan.org/cmdstanr |
| 26 | + - text: "loo" |
| 27 | + href: https://mc-stan.org/loo |
| 28 | + - text: posterior |
| 29 | + href: https://mc-stan.org/posterior |
| 30 | + - text: projpred |
| 31 | + href: https://mc-stan.org/projpred |
| 32 | + - text: rstan |
| 33 | + href: https://mc-stan.org/rstan |
| 34 | + - text: rstanarm |
| 35 | + href: https://mc-stan.org/rstanarm |
| 36 | + - text: rstantools |
| 37 | + href: https://mc-stan.org/rstantools |
| 38 | + |
| 39 | +articles: |
| 40 | + - title: "Getting Started" |
| 41 | + desc: > |
| 42 | + The best way to get started is to play around with the demo by running |
| 43 | + launch_shinystan_demo(). The document below provides additional |
| 44 | + information about some of the R functions in the package. |
| 45 | + contents: |
| 46 | + - shinystan-package |
| 47 | + - title: "Hosting your App" |
| 48 | + desc: > |
| 49 | + The document below explains one way to host a shinystan app online. |
| 50 | + contents: |
| 51 | + - deploy_shinystan |
| 52 | + |
| 53 | +reference: |
| 54 | + - title: "Package overview" |
| 55 | + desc: > |
| 56 | + Details about the shinystan R package. |
| 57 | + contents: |
| 58 | + - shinystan-package |
| 59 | + - title: "Launching the app" |
| 60 | + desc: > |
| 61 | + Functions for launching the app using a particular model or launching a demo of the app. |
| 62 | + contents: |
| 63 | + - launch_shinystan |
| 64 | + - launch_shinystan_demo |
| 65 | + - title: "shinystan objects" |
| 66 | + desc: > |
| 67 | + Functions for creating, examining, and modifying shinystan objects. |
| 68 | + contents: |
| 69 | + - as.shinystan |
| 70 | + - shinystan-class |
| 71 | + - shinystan-metadata |
| 72 | + - retrieve |
| 73 | + - drop_parameters |
| 74 | + - update_sso |
| 75 | + - generate_quantity |
| 76 | + - title: "Deploying apps" |
| 77 | + desc: > |
| 78 | + Functions for deploying shinystan apps on shinyapps.io. |
| 79 | + contents: |
| 80 | + - deploy_shinystan |
0 commit comments