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
This list was created with usethis::use_release_issue() but is a list for releasing to CRAN.
There's no usethis function to create a GitHub release, so I'll perform the actions that are not CRAN related.
First release:
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
git push
usethis::use_github_links()
DESCRIPTION
withdesc::desc_normalize()
# nolint
comments are still needed with recent lintr releasesRelease on GitHub:
usethis::use_version('minor')
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
Post release
The text was updated successfully, but these errors were encountered: