elong0527 / r4csr

R for Clinical Study Report and Submission
https://r4csr.org/
Other
69 stars 31 forks source link

R for Clinical Study Reports and Submission

The book is available at https://r4csr.org.

This project is a work in progress, enriched by the community's collective efforts. As you read this book, consider joining us as a contributor. The quality of this resource relies heavily on your input and expertise. We value your participation and contribution.

Installing dependencies

To build the book, first install Quarto.

Then, install the R packages used by the book with:

# install.packages("remotes")
remotes::install_deps()

Build the book

In RStudio IDE, press Cmd/Ctrl + Shift + B. Or run:

quarto::quarto_render()