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

Add retrement note to all vignettes #146

Merged
merged 1 commit into from
Jun 18, 2024
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
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
Loading