Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning badge in README #154

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ knitr::opts_chunk$set(


> [!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).

```{r setup, include=FALSE}
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ contributors](https://img.shields.io/github/contributors/epiverse-trace/bpmodels
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT/)
<!-- 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).
> \[!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).

*bpmodels* is an R package to simulate and analyse the size and length
of branching processes with a given offspring distribution. These models
Expand Down