Skip to content

Commit 9f54a06

Browse files
committed
add some screenshots to readme
@avehtari Just added a few shinystan screenshots to the readme on github [ci skip]
1 parent 7155ce3 commit 9f54a06

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MCMC simulations. The ShinyStan interface is coded primarily in R using
1515
the [Shiny](http://shiny.rstudio.com) web application framework and is
1616
available via the **shinystan** R package.
1717

18-
#### Installing the shinystan R package
18+
### Installation
1919

2020
* Install from CRAN:
2121

@@ -33,8 +33,7 @@ if (!require("devtools"))
3333
devtools::install_github("stan-dev/shinystan", build_vignettes = TRUE)
3434
```
3535

36-
37-
#### Demo
36+
### Demo
3837

3938
After installing run
4039

@@ -43,7 +42,12 @@ library("shinystan")
4342
launch_shinystan_demo()
4443
```
4544

46-
#### About ShinyStan
45+
### Screenshots
46+
47+
<img src=https://github.com/stan-dev/shinystan/blob/develop/images/home.png width=40% />
48+
----
49+
<img src=https://github.com/stan-dev/shinystan/blob/develop/images/explore.png width=25% /><img src=https://github.com/stan-dev/shinystan/blob/develop/images/diagnose.png width=25% />
50+
### About ShinyStan
4751

4852
Applied Bayesian data analysis is primarily implemented through the MCMC
4953
algorithms offered by various software packages. When analyzing a posterior sample
@@ -82,4 +86,4 @@ and is compatible with Safari, Firefox, Chrome, and most other browsers.
8286
#### Licensing
8387

8488
The **shinystan** R package and ShinyStan interface are open source licensed under
85-
the GNU Public License, version 3 (GPLv3).
89+
the GNU Public License, version 3 (GPLv3).

images/diagnose.png

528 KB
Loading

images/explore.png

350 KB
Loading

images/home.png

351 KB
Loading

images/nuts-stats.png

223 KB
Loading

0 commit comments

Comments
 (0)