Render the book
-
Install bookdown with install.packages("bookdown"). If you already have it, update to the latest version.
-
Render locally with bookdown::render_book("index.Rmd").
-
Use browseURL("docs/index.html") to view your book locally (or just open index.html in a browser).
-
If it looks good, commit and push all changed files to GitHub.
(You will need to repeat steps 2 and 4 every time you wish to update the book online.)
This repo was initially generated from a bookdown template available here: https://github.com/jtr13/bookdown-template.