bookdown
Get started
- Download bookdown-demo
 - Install necessaries
    
brew install r brew install pandoc brew install pandoc-citeproc Rscript -e 'install.packages("bookdown")' - Render the book with
    
Rscript -e 'bookdown::render_book("index.Rmd")' 
brew install r
brew install pandoc
brew install pandoc-citeproc
Rscript -e 'install.packages("bookdown")'
Rscript -e 'bookdown::render_book("index.Rmd")'