Using the precommit R package to automate testing code and documentation quality(CC301)
Building R packages has many small steps that are easy to forget. With pre-commit hooks we can make sure that these steps are implemented before we commit and push our code to GitHub. This is made easier using the precommit R package with the pre-commit utility and GitHub actions. Watch along as Pat learns to use these resources by implementing them on his phylotypr package. This episode is part of an ongoing effort to develop an R package that implements the naive Bayesian classifier for classifying 16S rRNA gene sequences.
Code
You can browse the state of the repositories at the