Skip to content

Commit 08fcd01

Browse files
committed
once more, FU styler
1 parent 8238703 commit 08fcd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/climatological_forecaster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ climatological_forecaster <- function(epi_data,
138138
}
139139
climate_quantiles <- epi_data %>%
140140
left_join(climate_center, by = c(".idx", keys)) %>%
141-
mutate({{outcome}} := !!sym_outcome - .pred) %>%
141+
mutate({{ outcome }} := !!sym_outcome - .pred) %>%
142142
select(.idx, .weights, all_of(c(outcome, args_list$quantile_by_key))) %>%
143143
dplyr::reframe(
144144
roll_modular_multivec(

0 commit comments

Comments
 (0)