Reputation: 109
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:
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
Upvotes: 0
Views: 352
Reputation: 30114
The Build
tab is a tab in another pane in the RStudio IDE:
It's not on the toolbar of the source editor.
Upvotes: 1