Source files for "Learning Statistics with R"
This repository contains all the source materials for Learning Statistics with R. There are two versions of the content, the
originalversion (LSR v0.6) written in LaTeX and the
bookdownadaptation (LSR v0.6.1). The two versions are kept in distinct folders to ensure they share no dependencies.
To generate the bookdown version, source the
bookdown/serve_book.Rscript. The generated book appears in the
bookdown/_booksubdirectory.
To typeset the original LaTeX version, the root file is
original/pdf/lsr.tex, and the generated file is the
original/pdf/lsr.pdffile it produces.
GitHub pages deploys the site from the
docsdirectory; to publish an updated version of the bookdown version to https://learningstatisticswithr.com just copy the entire contents of
bookdown/_bookto
docs/book, and push to GitHub.