Skip to content

Commit bc05e8e

Browse files
docs: use HTML img tag for full-width centered banner
1 parent e964bb4 commit bc05e8e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11

22
<!-- README.md is generated from Readme.Rmd. Please edit that file -->
33

4-
![bgms](man/figures/bgms-banner.svg)
4+
<p align="center">
5+
6+
<img src="man/figures/bgms-banner.svg" width="100%" alt="bgms">
7+
</p>
58

69
<!-- badges: start -->
710

@@ -78,7 +81,7 @@ Related methodological papers:
7881
4. Sekulovski, N., Arena, G., Haslbeck, J. M. B., Huth, K. B. S.,
7982
Friel, N., & Marsman, M. (2025). A stochastic block prior for
8083
clustering in graphical models.
81-
[![PsyArXiv:29p3m](https://img.shields.io/badge/PsyArXiv-29p3m-blue.svg)](https://osf.io/preprints/psyarxiv/29p3m_v1)
84+
[![PsyArXiv:29p3m](https://img.shields.io/badge/PsyArXiv-29p3m-blue.svg)](https://osf.io/preprints/psyarxiv/29p3m_v3)
8285

8386
You can also retrieve the citation from R:
8487

Readme.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ knitr::opts_chunk$set(
1414
)
1515
```
1616

17-
![bgms](man/figures/bgms-banner.svg)
17+
<p align="center">
18+
<img src="man/figures/bgms-banner.svg" width="100%" alt="bgms">
19+
</p>
1820

1921
<!-- badges: start -->
2022
[![CRAN Version](https://www.r-pkg.org/badges/version/bgms)](https://cran.r-project.org/package=bgms)
@@ -88,7 +90,7 @@ Related methodological papers:
8890
4. Sekulovski, N., Arena, G., Haslbeck, J. M. B., Huth, K. B. S.,
8991
Friel, N., & Marsman, M. (2025). A stochastic block prior for
9092
clustering in graphical models.
91-
[![PsyArXiv:29p3m](https://img.shields.io/badge/PsyArXiv-29p3m-blue.svg)](https://osf.io/preprints/psyarxiv/29p3m_v1)
93+
[![PsyArXiv:29p3m](https://img.shields.io/badge/PsyArXiv-29p3m-blue.svg)](https://osf.io/preprints/psyarxiv/29p3m_v3)
9294

9395
You can also retrieve the citation from R:
9496

0 commit comments

Comments
 (0)