Skip to content

Commit 99f9906

Browse files
committed
Deploying to gh-pages from @ e1ad026 🚀
1 parent a06a8ac commit 99f9906

24 files changed

+69
-27
lines changed

dev/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/deploy_shinystan.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/shinystan-package.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/authors.html

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/authors.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,21 @@
2626

2727
- **Rob Trangucci**. Contributor.
2828

29+
- **Visruth Srimath Kandali**. Contributor.
30+
2931
## Citation
3032

3133
Source:
3234
[`DESCRIPTION`](https://github.com/stan-dev/shinystan/blob/master/DESCRIPTION)
3335

3436
Gabry J, Veen D (2025). *shinystan: Interactive Visual and Numerical
3537
Diagnostics and Posterior Analysis for Bayesian Models*. R package
36-
version 2.6.0.9000, <https://mc-stan.org/shinystan/>.
38+
version 2.7.0.9000, <https://mc-stan.org/shinystan/>.
3739

3840
@Manual{,
3941
title = {shinystan: Interactive Visual and Numerical Diagnostics and Posterior Analysis for Bayesian Models},
4042
author = {Jonah Gabry and Duco Veen},
4143
year = {2025},
42-
note = {R package version 2.6.0.9000},
44+
note = {R package version 2.7.0.9000},
4345
url = {https://mc-stan.org/shinystan/},
4446
}

dev/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/news/index.html

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/news/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## shinystan (development version)
4+
5+
## shinystan 2.7.0
6+
7+
CRAN release: 2025-12-12
8+
9+
- [`as.shinystan()`](https://mc-stan.org/shinystan/dev/reference/as.shinystan.md)
10+
compatibility with
11+
[`cmdstanr::as_cmdstan_fit()`](https://mc-stan.org/cmdstanr/reference/read_cmdstan_csv.html)
12+
by [@jgabry](https://github.com/jgabry) in
13+
<https://github.com/stan-dev/shinystan/pull/207>
14+
- Change `size` to `linewidth` (except for geom_point and element_text)
15+
by [@jgabry](https://github.com/jgabry) in
16+
<https://github.com/stan-dev/shinystan/pull/205>
17+
- Added pkgdown workflow and new theme by
18+
[@VisruthSK](https://github.com/VisruthSK) in
19+
<https://github.com/stan-dev/shinystan/pull/206>
20+
- Added logo to be displayed in r-universe by
21+
[@avehtari](https://github.com/avehtari) in
22+
<https://github.com/stan-dev/shinystan/pull/201>
23+
324
## shinystan 2.6.0
425

526
CRAN release: 2022-03-02

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
deploy_shinystan: deploy_shinystan.html
66
shinystan-package: shinystan-package.html
7-
last_built: 2025-12-11T18:11Z
7+
last_built: 2025-12-12T17:23Z
88
urls:
99
reference: https://mc-stan.org/shinystan/reference
1010
article: https://mc-stan.org/shinystan/articles

0 commit comments

Comments
 (0)