You might know that it’s possible to extend roxygen2 to do all sorts of cool things including but not limited to:
- documenting your internal functions for developers only (that’s devtag by my cynkra colleague Antoine Fabri),
- recording your following statistical software standards (that’s srr by my rOpenSci colleague Mark Padgham),
- writing tests from within R scripts (that’s <a …