Skip to content

Commit

Permalink
fixing score check function
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie Frazier authored and Melanie Frazier committed Jun 26, 2024
1 parent 7aba6a5 commit 778333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/score_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ score_check = function(scenario_year, commit="previous",
}

my.file.rename(from = "tmp_file.html",
to = sprintf(here('%s/score_check/%s_score_check.html'), scenario_name, file_name, Sys.Date()))
to = sprintf(here('%s/score_check/%s_score_check_%s.html'), scenario_name, file_name, Sys.Date()))

cat("An interactive plot in the 'score_check' folder has been created \n")

Expand Down

0 comments on commit 778333a

Please sign in to comment.