Skip to content

Commit

Permalink
Remove iterator override (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
soricinae authored Aug 19, 2024
1 parent a6689e0 commit 55b2bb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vignettes/cfbd_plays.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ weekly_year_df <- expand.grid(year = year_vector, week = week_vector)
tictoc::tic()
year_split <- split(weekly_year_df, weekly_year_df$year)
for (i in 1:length(year_split)) {
i <- 1
progressr::with_progress({
year_split[[i]] <- year_split[[i]] %>%
dplyr::mutate(
Expand Down

0 comments on commit 55b2bb9

Please sign in to comment.