SFC-IO Tutorial Index
This repository now uses standalone step tutorials.
Answer Tutorials
Question Tutorials
Question source files are generated from answer files using:
Rscript build_tutorial.R --generate-question-stepsGenerated source files:
steps/step01_sim-question.qmdsteps/step02_sim_iot_calibration-question.qmdsteps/step03_endogenous_transition-question.qmdsteps/step04_sim_iot_rowlite-question.qmdsteps/step05_exogenous_transition-question.qmdsteps/step06_emissions-question.qmd
Build Commands
# Generate question qmd + per-step R scripts
Rscript build_tutorial.R --generate-question-steps --generate-r-steps-answer --generate-r-steps-question
# Render docs (index + answer/question pages)
Rscript build_tutorial.R --render-html