From 778333a78f1df6a525871d7fec9b4d46f7df83f6 Mon Sep 17 00:00:00 2001 From: Melanie Frazier Date: Wed, 26 Jun 2024 15:45:01 -0700 Subject: [PATCH] fixing score check function --- R/score_check.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/score_check.R b/R/score_check.R index 0e664a1..092270e 100644 --- a/R/score_check.R +++ b/R/score_check.R @@ -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")