Skip to content

Commit

Permalink
Remove "progress_hash" global variable
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Mar 29, 2024
1 parent 856ff51 commit fcac202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ objects <- function() {

utils::globalVariables(
c(
"progress_hash", "project_id", "game_id",
"project_id", "game_id",
"tar_data", "tar_parsed", "tar_indices",
"wrangle_data", "preproc_data",
"prep_fun", "input", "extra"
Expand Down

0 comments on commit fcac202

Please sign in to comment.