Skip to content

Commit

Permalink
Fix nolint end comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Jan 29, 2024
1 parent 73045d8 commit e52ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/simulating-transmission.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Now we are ready to run our model. To install the `epidemics` package :
# nolint start
if (!require("pak")) install.packages("pak")
pak::pak("epiverse-trace/epidemics")
# no lint end
# nolint end
```

Then we specify `time_end=600` to run the model for 600 days.
Expand Down

0 comments on commit e52ec12

Please sign in to comment.