Checklist
Before creating the Pull-Request, I...
devtools::document()
and Install and Restart
.devtools::check()
(GHA will do this but doesn't hurt to check yourself).pkgdown::build_site()
.usethis::use_version()
(choosing one of "major", "minor", "patch", "dev" options) and wrote down changes made in NEWS.md
codecov
).After all of the Github Actions Checks have finished, I...
lintr
issues by going to the latest commit or the Checks
tab.Squash & Merge
option.keyword
like closes #56
, fixes #123
at the end of the message.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.