You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When preparing to release a package to CRAN there are quite a few steps that need to be performed, and some of the steps can take multiple hours. This function creates a checklist in a GitHub issue to:
Help you keep track of where you are in the process
Feel a sense of satisfaction as you progress towards final submission
Help watchers of your package stay informed.
The checklist contains a generic set of steps that we've found to be helpful, based on the type of release ("patch", "minor", or "major"). You're encouraged to edit the issue to customize this list to meet your needs.
Relacionado a:
Este tiquete fue creado con
usethis::use_release_issue()
:Prepare for release:
git pull
usethis::use_news_md()
git log --oneline --no-merges --after 2022-12-22
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
<-- redireccionado temporalmente a [email protected]revdepcheck::revdep_check(num_workers = 4)
<-- no hay reverse dependenciescran-comments.md
git push
The text was updated successfully, but these errors were encountered: