Skip to content

Commit

Permalink
Automatic readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and jamesmbaazam committed Jun 18, 2024
1 parent ce5ea10 commit e59e084
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

<!-- 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)
Expand All @@ -13,6 +15,15 @@ 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 -->

## 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).
*bpmodels* is an R package to simulate and analyse the size and length
of branching processes with a given offspring distribution. These models
are often used in infectious disease epidemiology, where the chains
Expand All @@ -35,6 +46,7 @@ To load the package, use

``` r
library("bpmodels")
#> Note: bpmodels is now retired and replaced by epichains. All features from bpmodels are available in epichains. Get epichains from <https://github.com/epiverse-trace/epichains>.Thank you for your support!
```

# Core functionality
Expand Down

0 comments on commit e59e084

Please sign in to comment.