Prepare for release: * [ ] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_statnetWeb.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [ ] `devtools::check_win_devel()` * `revdepcheck::revdep_check(num_workers = 4)` - package no longer maintained; no revdeps for this pkg anyway * [ ] Update `cran-comments.md` * [ ] `git push` * [ ] Draft blog post Submit to CRAN: * [ ] `usethis::use_version('minor')` * [ ] `devtools::submit_cran()` * [ ] Approve email Wait for CRAN... * [ ] Accepted :tada:
Prepare for release:
git pullurlchecker::url_check()devtools::check(remote = TRUE, manual = TRUE)devtools::check_win_devel()revdepcheck::revdep_check(num_workers = 4)- package no longer maintained; no revdeps for this pkg anywaycran-comments.mdgit pushSubmit to CRAN:
usethis::use_version('minor')devtools::submit_cran()Wait for CRAN...