diff --git a/R/utilities.R b/R/utilities.R index 9c2a590cc..8dfde59a0 100644 --- a/R/utilities.R +++ b/R/utilities.R @@ -444,9 +444,9 @@ globalVariables( "New confirmed cases by infection date", "Data", "R", "reference", ".SD", "day_of_week", "forecast_type", "measure", "numeric_estimate", "point", "strat", "estimate", "breakpoint", "variable", "value.V1", - "central_lower", "central_upper", "mean_sd", "sd_sd", "average_7", + "central_lower", "central_upper", "mean_sd", "sd_sd", "average_7_day", "..lowers", "..upper_CrI", "..uppers", "timing", "dataset", "last_confirm", "report_date", "secondary", "id", "conv", "meanlog", "primary", "scaled", - "scaling", "sdlog" + "scaling", "sdlog", "lookup" ) )