References — R package development
Reference works underpinning CTIR’s package-development tooling: hexmakR, reflowR, pressR, and the CTIR package style more generally.
Reference works
- Wickham, H. & Bryan, J. R Packages: Organize, Test, Document, and Share Your Code (2nd ed.). O’Reilly, 2023. https://r-pkgs.org/ (Wickham & Bryan, 2023)
- R Core Team. Writing R Extensions. R Foundation for Statistical Computing. https://cran.r-project.org/doc/manuals/r-release/R-exts.html (R Core Team, n.d.)
Further reading
- pkgdown — JOSS / project documentation.
- roxygen2 — project documentation and design notes.
- testthat — Wickham, R Journal.
- Marwick et al. on research compendia (also listed under reproducible research).
See the disclaimer — this is a starting list, not a curated bibliography.
References
R Core Team. (n.d.). Writing R extensions. R Foundation for Statistical Computing. Retrieved https://cran.r-project.org/doc/manuals/r-release/R-exts.html
Wickham, H., & Bryan, J. (2023). R packages: Organize, test, document, and share your code (2nd ed.). O’Reilly Media. https://r-pkgs.org/