This repo contains course materials for the "Analysis Using R" workshop offered as part of 2025 Canadian Bioinformatics Workshop, offered on June 25-26, 2025.
In R, go to the root directory of the repo.
Run bookdown::render_book("book/", output_dir="../docs").
- In the github repo, go to Settings > Pages.
- Under "Build and Deployment" > Branch > set directory to "main" > "/docs". Click Save.
- Locally in R, generate your book with the
output_dirset todocs/: bookdown::render_book("book/", output_dir="../docs/").Thedocs/dir now contains all the HTML output from the book. - Add the
docs/subdir to github.github add docs/
Module author and instructor: Shraddha Pai
