packagepal

R-CMD-check test-coverage

The goal of packagepal is to be a good pal for R package builders.

Installation

install.packages("packagepal")

Get Started

To get started with packagepal, simply call:

packagepal::checklist()

Acknowledgements

This package was inspired by Building Tidy Tools, a workshop delivered by Emma Rand and Ian Lyttle at rstudio::conf(2022). Although I didn’t attend this workshop myself, the slides are freely available online and taught me how to make my first R package. I still refer to them all the time.

I have also borrowed ideas from R Packages (2e) by Hadley Wickham and Jennifer Bryan, as well as here: https://github.com/DavisVaughan/extrachecks