To reproduce the contents of the book,
download the
source code from GitHub, open the file RStudio project file
rrsrr.Rproj
and run the following commands:
install.packages("remotes")
remotes::install_github("itsleeds/rrsrr")
install.packages("servr")
bookdown::serve_book()