# Reproducible Analysis with R packages (New chapter started 2023.05.24, work in progress) ## :information_source: Chapter outline > this is the landing page of this chapter #### Summary (What this chapter includes) * One subchapter of why use **R packages** for reproducible analysis * One subchapter of **key components or principles** of building R packages, *possibly* link to some advanced topics (testing, ci/cd, container) #### Motivation and background * What * When * Why * Who * How ## R packages > this is the first subchapter ### Overview ### How to get started Key resources: Hadley Wickham's book, along with others ROpenSci community ... ## Principles and guidelines Project / package design Documentation Testing ...