Skip to content

Commit

Permalink
Use HMTL to generate warning box
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Feb 5, 2025
1 parent 63dbde7 commit 0b76304
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ knitr::opts_chunk$set(
<!-- badges: end -->


> [!WARNING]
`{bpmodels}` is now *retired and will no longer be maintained*. We recommend using [`{epichains}`](https://github.com/epiverse-trace/epichains) instead. If you need help converting your code to use `{epichains}`, please [open a discussion on epichains](https://github.com/epiverse-trace/epichains/discussions).
<div style="background-color: #ffcccc; border: 1px solid #ff0000; padding: 10px; margin-bottom: 20px;">
<strong style="color: #ff0000;">️ WARNING:</strong>
<p style="margin: 0;">`{bpmodels}` is now *retired and will no longer be maintained*. We
recommend using [`{epichains}`](https://github.com/epiforecasts/epichains) instead. If you need help converting your code to use `{epichains}`, please [open a discussion on epichains](https://github.com/epiforecasts/epichains/discussions).</p>
</div>

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
Expand Down

0 comments on commit 0b76304

Please sign in to comment.