More of a note than an issue... To render the reader, in R Studio, set the working directory to the github folder for the project. Then: ``` library(knitr) library(rmarkdown) bookdown::render_book("index.Rmd") ```