The project is still under development.
The book is available at https://r4csr.org.
The document is maintained by a community. While reading the document, you can be a contributor as well. The quality of this document relies on you.
- Authors: contributed the majority of content to at least one chapter.
- Contributors: contributed at least one commit to the source code.
- List of authors and contributors
Install the R packages used by the book with:
# install.packages("remotes")
remotes::install_deps()
In RStudio, press Cmd/Ctrl + Shift + B. Or run:
bookdown::render_book("index.Rmd")