Skip to content

Commit

Permalink
Add retirement badge and note in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jun 18, 2024
1 parent 04c2507 commit 76516d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ knitr::opts_chunk$set(
# _bpmodels_: Methods for simulating and analysing the size and length of transmission chains from branching process models

<!-- badges: start -->
[![Lifecycle: retired](https://img.shields.io/badge/lifecycle-retired-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#retired)
![GitHub R package version](https://img.shields.io/github/r-package/v/epiverse-trace/bpmodels)
[![R-CMD-check](https://github.com/epiverse-trace/bpmodels/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/epiverse-trace/bpmodels/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/github/epiverse-trace/bpmodels/branch/main/graph/badge.svg)](https://app.codecov.io/github/epiverse-trace/bpmodels)
![GitHub contributors](https://img.shields.io/github/contributors/epiverse-trace/bpmodels)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT/)
<!-- badges: end -->

## Note

> `{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}
knitr::opts_chunk$set(echo = TRUE)
```
Expand Down

0 comments on commit 76516d0

Please sign in to comment.