Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_LDlinkR.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` * [x] `devtools::revdep(pkg = "LDlinkR", dependencies = c("Depends", "Imports", "Suggests", "LinkingTo"), bioconductor = TRUE)` * [x] Update `cran-comments.md` * [x] `git push` Submit to CRAN: * [x] `usethis::use_version('minor')` * [x] `devtools::submit_cran()` * [x] Approve email Wait for CRAN... * [x] Accepted :tada: * [x] `usethis::use_github_release()` * [x] `usethis::use_dev_version()` * [x] `git push`
Prepare for release:
git pullurlchecker::url_check()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()rhub::check_for_cran()devtools::revdep(pkg = "LDlinkR", dependencies = c("Depends", "Imports", "Suggests", "LinkingTo"), bioconductor = TRUE)cran-comments.mdgit pushSubmit to CRAN:
usethis::use_version('minor')devtools::submit_cran()Wait for CRAN...
usethis::use_github_release()usethis::use_dev_version()git push