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 df3e4d1..483f716 100644 --- a/r_app/91_CI_report_with_kpis_cane_supply.Rmd +++ b/r_app/91_CI_report_with_kpis_cane_supply.Rmd @@ -415,7 +415,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 diff --git a/r_app/MANUAL_PIPELINE_RUNNER.R b/r_app/MANUAL_PIPELINE_RUNNER.R index 3b1172b..219319a 100644 --- a/r_app/MANUAL_PIPELINE_RUNNER.R +++ b/r_app/MANUAL_PIPELINE_RUNNER.R @@ -494,7 +494,7 @@ rmarkdown::render( # 8. OPTIONAL R91 (Cane Supply) - Use automated runner: # & "C:\Program Files\R\R-4.4.3\bin\x64\Rscript.exe" r_app/run_full_pipeline.R # OR from R console: -# rmarkdown::render("r_app/91_CI_report_with_kpis_Angata.Rmd", +# rmarkdown::render("r_app/91_CI_report_with_kpis_cane_supply.Rmd", # params=list(data_dir="angata", report_date=as.Date("2026-02-04")), # output_file="SmartCane_Report_cane_supply_angata_2026-02-04.docx", # output_dir="laravel_app/storage/app/angata/reports")