changed the path for cane supply too

This commit is contained in:
DimitraVeropoulou 2026-02-16 12:05:40 +01:00
parent 0503a93bcd
commit cea3f9a0e5
2 changed files with 2 additions and 2 deletions

View file

@ -397,7 +397,7 @@ main <- function() {
message(strrep("=", 70))
# Define variables needed for workflow functions
reports_dir <- setup$kpi_reports_dir
reports_dir <- file.path(setup$reports_dir, "kpis")
data_dir <- setup$data_dir

View file

@ -536,7 +536,7 @@ calculate_field_analysis_cane_supply <- function(setup,
message("CANE_SUPPLY WORKFLOW: PER-FIELD ANALYSIS (Script 91 compatible)")
message(strrep("=", 70))
reports_dir <- setup$kpi_reports_dir
reports_dir <- file.path(setup$reports_dir, "kpis")
# ========== PHASE 1: WEEKLY ANALYSIS SETUP ==========
message("\n", strrep("-", 70))