Skip to content

Commit

Permalink
Add TOC, add how to ask a question, add production code folded
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Jul 19, 2024
1 parent 583e541 commit 41094fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vignettes/faq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "FAQ"
output:
bookdown::html_document2:
toc: true
fig_caption: yes
code_folding: show
number_sections: false
Expand All @@ -16,7 +17,12 @@ vignette: >
bibliography: references.bib
---

```{r include=FALSE}
Here we provide tips for working with the `epidist` package, and answers to "frequently" asked questions.
If you have a question about using the package, please create an [issue](https://github.com/epinowcast/epidist/issues) and we will endeavour to get back to you soon!

(The hidden code block below is provided to facilitate reproduction of this script, if required!)

```{r message=FALSE, results='hide', class.source='fold-hide'}
library(epidist)
meanlog <- 1.8
Expand Down

0 comments on commit 41094fd

Please sign in to comment.