mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
- Baremetal workflow: verification step now tracks failures and exits non-zero when tools are missing (previously always reported success) - Baremetal workflow: R.exe --version replaced with Rscript --version to avoid PowerShell Invoke-History alias collision - Windows Dockerfile: Quarto install switched from direct zip download (C:\quarto-1.9.27\bin) to scoop install extras/quarto for consistent PATH handling via Scoop shims - Windows Dockerfile: final verification rewritten with failure tracking and exit 1 on missing tools