Skip to content

Commit

Permalink
Linting: removed a trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jul 20, 2023
1 parent 368764d commit c6a59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bpmodels.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ To simulate a tree of transmission chains, we specify the serial interval
generation function (`serial_interval()`) and set `tree = TRUE` as follows:

```{r}
set.seed(12)
set.seed(12)
serial_interval <- function(n) {
rlnorm(n, meanlog = 0.58, sdlog = 1.58)
}
Expand Down

0 comments on commit c6a59ca

Please sign in to comment.