Skip to content

Commit da9d80b

Browse files
committed
fix lintr checks
1 parent d8dd30e commit da9d80b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

episodes/model-choices.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ output <- model_ebola(
338338
replicates = 1 # replicates argument
339339
)
340340
341-
output %>%
342-
filter(compartment == "infectious") %>%
341+
output %>%
342+
filter(compartment == "infectious") %>%
343343
ggplot() +
344344
geom_line(
345345
aes(time, value),
@@ -374,7 +374,7 @@ output_replicates <- model_ebola(
374374
replicates = 100 # replicates argument
375375
)
376376
377-
output_replicates %>%
377+
output_replicates %>%
378378
filter(compartment == "infectious") %>%
379379
ggplot(
380380
aes(time, value)

0 commit comments

Comments
 (0)