Skip to content

Commit

Permalink
update global var
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Mar 5, 2024
1 parent 6d500de commit 840dd10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utility.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ utils::globalVariables(c(
"x", "num_cores", "run_info", "negative_forecast", "Forecast_Adj", "Final_Col", "lag_val", "libs",
".config", "Forecast_Tbl", "Model_Workflow", "id", "model_run",
"Auto_Accept", "Feature", "Imp", "Importance", "LOFO_Var", "Var_RMSE", "Vote", "Votes", "desc",
"term", "Column", "Box_Cox_Lambda", "get_recipie_configurable"
"term", "Column", "Box_Cox_Lambda", "get_recipie_configurable", "Agg", "Unique", "Var",
"Var_Combo", "regressor", "regressor_tbl", "value_level_iter"
))

#' @importFrom magrittr %>%
Expand Down

0 comments on commit 840dd10

Please sign in to comment.