use_upkeep_issue | R Documentation |
This opens an issue in your package repository with a checklist of tasks for
regular maintenance of your package. This is a fairly opinionated list of
tasks but we believe taking care of them will generally make your package
better, easier to maintain, and more enjoyable for your users. Some of the
tasks are meant to be performed only once (and once completed shouldn't show
up in subsequent lists), and some should be reviewed periodically. The
tidyverse team uses a similar function use_tidy_upkeep_issue()
for our
annual package Spring Cleaning.
use_upkeep_issue(year = NULL)
year |
Year you are performing the upkeep, used in the issue title. Defaults to current year |
## Not run:
use_upkeep_issue(2023)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.