R package dependencies are managed with uvr, a fast package manager for R. Install it, then set up the project environment:
uvr syncThis reads uvr.toml/uvr.lock and installs the required packages into a project-local environment at .uvr/.
Once the environment is set up, build the book with make:
make build # Render all chapters to HTML (default target)
make preview # Build, then launch a live preview in the browser
make clean # Remove build artifacts