Merge remote-tracking branch 'origin/review_perField_code' into code-improvements

This commit is contained in:
Timon 2026-02-10 19:13:20 +01:00
commit 5ba610d897
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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")