Join 📚 James's Highlights
A batch of the best highlights from what Jimmy's read, .
devtools::spell\_check\(\), wrapping spelling::spell\_check\_package\(\), runs a spell check on your package and lets you store white-listed words.
Workflow automation tools for package developers
Maëlle Salmon
R CMD check or devtools::check\(\) will check your package for adherence to some standards (e.g., what folders can there be) and run the tests and examples. It’s a useful command to run even if your package isn’t intended to go on CRAN.
Workflow automation tools for package developers
Maëlle Salmon
set through environment variable R_CHECK_ENVIRON with a command similar to
export R_CHECK_ENVIRON = <path to downloaded file>
Bioconductor - Package Guidelines
None
...catch up on these, and many more highlights