Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Sep 5, 2023
1 parent e8ba477 commit c429fd2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vignettes/branching_process_literature.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ nocite: '@*'
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>"
)
knitr::opts_chunk$set(
echo = TRUE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>"
)
```

Below, we provide a bibliography on the application of branching processes to
Expand Down

0 comments on commit c429fd2

Please sign in to comment.