Skip to content

Commit

Permalink
Add retrement note to all vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jun 18, 2024
1 parent e59e084 commit f08bf15
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vignettes/bpmodels.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ editor_options:
chunk_output_type: console
---

# 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,
message = FALSE,
Expand Down
4 changes: 4 additions & 0 deletions vignettes/branching_process_literature.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ editor_options:
nocite: '@*'
---

# 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
6 changes: 5 additions & 1 deletion vignettes/projecting_incidence.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ pkgdown:
bibliography: references.json
link-citations: true
vignette: >
%\VignetteIndexEntry{Projecting infectious disease incidence: a COVID-19 example}
%\VignetteEncoding{UTF-8}
%\VignetteIndexEntry{Projecting infectious disease incidence: a COVID-19 example}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
---

# 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
4 changes: 4 additions & 0 deletions vignettes/theoretical_background.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ knitr::opts_chunk$set(
)
```

# 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_ provides methods to analyse and simulate the size and length of branching processes with an arbitrary offspring distribution.
In this vignette we lay out the mathematical concepts behind the functionality available
in the package.
Expand Down

0 comments on commit f08bf15

Please sign in to comment.