Skip to content

Commit

Permalink
doc: move vignettes to articles
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorresd committed Dec 10, 2024
1 parent 4aaef7e commit f942eba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^.lintr$
^.*/tests/docker/.*$
^CITATION\.cff$
^vignettes/articles$
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
---
title: "An introduction to Force-of-Infection (FoI) Models"
output: rmarkdown::html_vignette
bibliography: references.bib
link-citations: true
vignette: >
%\VignetteIndexEntry{An introduction to Force-of-Infection (FoI) Models}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
title: "An Introduction To Force Of Infection Models"
---

```{r, include = FALSE}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
title: "Simulating Serosurveys"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{simulating_serosurveys}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
Expand Down
11 changes: 2 additions & 9 deletions vignettes/use_cases.Rmd → vignettes/articles/use_cases.Rmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
---
title: "Real-life use cases for serofoi"
output: rmarkdown::html_vignette
bibliography: references.bib
link-citations: true
vignette: >
%\VignetteIndexEntry{Real-life use cases for serofoi}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
title: "Real-Life Use Cases For Serofoi"
---


```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down Expand Up @@ -230,3 +222,4 @@ rm(list = ls(pattern = "cha"))
```

## References

0 comments on commit f942eba

Please sign in to comment.