The goal of packagepal is to be a good pal for R package builders.
install.packages("packagepal")
To get started with packagepal
, simply call:
::checklist() packagepal
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