Closed jamesmbaazam closed 6 months ago
Wrong option. Closing!
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.
To be completed after #213 is merged and #156 is completed.
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