Chapter 7. Package Development in RStudio
This chapter covers:
- Understanding the structure of R packages
- Creating package projects with RStudio
- Documenting your functions with R documentations files and roxygen2
- Building and testing your package
This chapter covers: