“R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.” – https://www.r-project.org/
“The bookdown package is a free and open-source R package built on top of R Markdown to make it really easy to write books and long-form articles/reports. Markdown is a very simple language but made powerful thanks to Pandoc, and bookdown has added a few important missing features related to writing books, such as figure/table caption numbering and cross-references, and embedding HTML widgets or Shiny apps.” - https://bookdown.org/home/about.html
install.packages("bookdown", quiet = TRUE). bookdown-demo project: git clone https://github.com/rstudio/bookdown-demo._output.yml_output.yml and remove the PDF generation code (blue shaded lines): _book.Type
cd _book
netlify deployNote: RStudio® and Shiny® are trademarks of RStudio, Inc.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.