From cf7d28e2767d212b4b228cf9aa3ef87b43612670 Mon Sep 17 00:00:00 2001 From: DimitraVeropoulou Date: Tue, 10 Feb 2026 17:50:08 +0100 Subject: [PATCH] added missing bracket and added the total acres var in the reports detail --- r_app/91_CI_report_with_kpis_cane_supply.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r_app/91_CI_report_with_kpis_cane_supply.Rmd b/r_app/91_CI_report_with_kpis_cane_supply.Rmd index 47f68c8..67fa667 100644 --- a/r_app/91_CI_report_with_kpis_cane_supply.Rmd +++ b/r_app/91_CI_report_with_kpis_cane_supply.Rmd @@ -244,6 +244,7 @@ if (!is.null(field_details_file) && file.exists(field_details_file)) { field_details_table <- summary_data$field_analysis %>% rename(`Mean CI` = Mean_CI, `CV Value` = CV, Field = Field_id) safe_log("Extracted field details from field_analysis data")} +} if (kpi_files_exist) { safe_log("✓ KPI summary tables loaded successfully") @@ -391,7 +392,7 @@ if (!is.null(benchmarks)) { **Farm Location:** `r toupper(project_dir)` Estate **Report Period:** Week `r current_week` of `r year` **Report Generated on:** `r format(Sys.time(), "%B %d, %Y at %H:%M")` -**Farm Size Included in Analysis:** +**Farm Size Included in Analysis:** `r toupper(total_acreage)` acres **Data Source:** Planet Labs Satellite Imagery **Analysis Type:** Chlorophyll Index (CI) Monitoring