Skip to content

Commit 8238703

Browse files
committed
pass checks
1 parent 5e3ed56 commit 8238703

File tree

3 files changed

+844
-919
lines changed

3 files changed

+844
-919
lines changed

R/climatological_forecaster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ climatological_forecaster <- function(epi_data,
9494
))
9595
}
9696
# process the time types
97-
sym_outcome <- rlang::data_sym(outcome)
97+
sym_outcome <- sym(outcome)
9898
epi_data <- epi_data %>%
9999
filter(!is.na(!!outcome)) %>%
100100
select(all_of(c(key_colnames(epi_data), outcome)))

0 commit comments

Comments
 (0)