Skip to content

Commit

Permalink
update global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Oct 28, 2024
1 parent 990ba4c commit b1fe9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utility.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ utils::globalVariables(c(
"term", "Column", "Box_Cox_Lambda", "get_recipie_configurable", "Agg", "Unique", "Var",
"Var_Combo", "regressor", "regressor_tbl", "value_level_iter", ".actual", ".fitted",
"forecast_horizon", "lag", "new_data", "object", "fit", "Row_Num", "Run_Number", "weight",
"Total", "Weight", "batch"
"Total", "Weight", "batch", "variable", "type"
))

#' @importFrom magrittr %>%
Expand Down

0 comments on commit b1fe9ed

Please sign in to comment.