Skip to content

Commit ef56979

Browse files
committed
fix lintr
1 parent 67617a4 commit ef56979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

episodes/superspreading-simulate.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ chain_to_observe <- epichain_output %>%
429429
chain, chains_subgroup
430430
)
431431
) %>%
432-
# filter(n < 10) %>%
432+
filter(n < 15) %>%
433433
filter(n == max(n)) %>%
434434
slice_min(chain) %>%
435435
pull(chain)
@@ -640,8 +640,8 @@ simulated_chains_map <-
640640
One limitation with the iteration output is that, in order to summarize the output, we need can not use the `summary(<epichains>)`.
641641

642642
```{r}
643-
simulated_chains_map %>%
644-
dplyr::count(simulation_id) %>%
643+
simulated_chains_map %>%
644+
dplyr::count(simulation_id) %>%
645645
dplyr::pull(n)
646646
```
647647

0 commit comments

Comments
 (0)