R-bloggers0 Hot7 phút
How to Put your Course Book Online
A step-by-step guide to publishing course materials as a free online book using Quarto and GitHub Pages. Covers creating a Quarto book project, choosing an appropriate Creative Commons license (CC BY-NC-4.0), writing a useful README, setting up a GitHub repository, and configuring GitHub Actions to automatically render and deploy the book whenever changes are pushed. Also explains using a DESCRIPTION file to track R package dependencies for the CI/CD workflow.