wip
This commit is contained in:
parent
b864fa3833
commit
2a872cf8a3
|
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
# title: paste0("CI report week ", week, " - all pivots from ", last_tuesday, " to ", today)
|
# title: paste0("CI report week ", week, " - all pivots from ", last_tuesday, " to ", today)
|
||||||
|
params:
|
||||||
|
ref: word-styles-reference-03.docx
|
||||||
output:
|
output:
|
||||||
word_document:
|
word_document:
|
||||||
reference_docx: "/Users/mfolkerts/smartCane/word-styles-reference-03.docx"
|
reference_docx: !expr file.path("word-styles-reference-03.docx")
|
||||||
# toc: true
|
# toc: true
|
||||||
editor_options:
|
editor_options:
|
||||||
chunk_output_type: console
|
chunk_output_type: console
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hier kan je verdere stappen toevoegen, zoals het uitvoeren van je Python-script of Jupyter Notebook
|
# Hier kan je verdere stappen toevoegen, zoals het uitvoeren van je Python-script of Jupyter Notebook
|
||||||
#jupyter nbconvert --execute --to script --stdout python_app/Chemba_download.ipynb
|
jupyter nbconvert --execute --to script --stdout python_app/Chemba_download.ipynb
|
||||||
|
|
||||||
# Deactiveer de virtuele omgeving (optioneel)
|
# Deactiveer de virtuele omgeving (optioneel)
|
||||||
deactivate
|
deactivate
|
||||||
## Runnen van R scripts
|
## Runnen van R scripts
|
||||||
|
|
@ -56,7 +57,7 @@ cp "Current - Pivots planting date and harevsting data.xlsx" "laravel_app/storag
|
||||||
cp "pivot_20210625.geojson" "laravel_app/storage/app/Data"
|
cp "pivot_20210625.geojson" "laravel_app/storage/app/Data"
|
||||||
cd r_app
|
cd r_app
|
||||||
Rscript 1_harvest_data_EcoFarm_v2.R
|
Rscript 1_harvest_data_EcoFarm_v2.R
|
||||||
Rscript 2_CI_data_prep.R
|
Rscript 2_CI_data_prep.Ra
|
||||||
#
|
#
|
||||||
## Runnen van Rmd bestand
|
## Runnen van Rmd bestand
|
||||||
# -e betekent "evalueren" en -i specificeert de input file
|
# -e betekent "evalueren" en -i specificeert de input file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue