Skip to content

Commit

Permalink
fix global variables: observed_clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 31, 2023
1 parent 58b23f2 commit 6a620b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/00_global_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ globalVariables(
".metric", ".metrics", ".rank_metric", ".rank_std_err", "failure_rate", "std_err",
".rank_failure_rate", ".txt", "training", "testing", "fitted", "model", "..val", "..nm",
".white_noise_lower", ".white_noise_upper", ".date_var_collapsed", ".rowid", "..date_agg", "grp_names",
"check_row_exists", ".box_group", ".observed_clean")
"check_row_exists", ".box_group", "observed_clean")
)

0 comments on commit 6a620b1

Please sign in to comment.