I am following the instruction in Authoring Books with R Markdown relative reproducing to the minimal bookdown book.
Getting started.
https://bookdown.org/yihui/bookdown/get-started.html
The easiest way for beginners to get started with writing a book with R Markdown and bookdown is through the demo bookdown-demo on GitHub:
- Download the GitHub repository https://github.com/rstudio/bookdown-demo as a Zip file, then unzip it locally.
- Install the RStudio IDE. Note that you need a version higher than 1.0.0. Please download the latest version if your RStudio version is lower than 1.0.0.
- Install the R package bookdown:
stable version on CRAN
- install.packages("bookdown")
or development version on GitHub
devtools::install_github('rstudio/bookdown')
Open the bookdown-demo repository you downloaded in RStudio by clicking bookdown-demo.Rproj.
Open the R Markdown file index.Rmd and click the button Build Book on the Build tab of RStudio.
All is fine until I reach the point where it states ... "click the button Build Book on the Build tab of RStudio."
Problem: I can locate no 'Build' button. As such, I Knit the document from within Index.Rmd. The document renders but with no content in any of the pages except Index.Rmd.
Thislinked image is all the content I get.
I am running this version of R Studio.
RStudio Version 1.4.904 © 2009-2020 RStudio, PBC "Wax Begonia" (5a13c579, 2020-10-05) for macOS Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36