changed the path for cane supply too
This commit is contained in:
parent
0503a93bcd
commit
cea3f9a0e5
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue