Chapter 23 Render Manual on Bookdown
On your local computer, make sure R is installed. If not:
brew install r
After R is installed, to load R type:
R
If you haven’t installed the bookdown library in R:
install.packages("bookdown")
It’ll ask you which CRAN location. You can choose ‘1’.
23.1 Render Book
Change the working directory to the path where the manual exists:
setwd("/Volumes/GoogleDrive/My\ Drive/calgary/ACAP/")
bookdown::render_book("index.Rmd", "bookdown::gitbook")
23.2 Upload Book to Bookdown
bookdown::publish_book()
The manual is avaliable online at: