Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_qgisprocess.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] Apply `styler::style_pkg(scope = "line_breaks")` * [x] `urlchecker::url_check()` * [x] `devtools::spell_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual = TRUE, document = FALSE)` (after deleting package cache) * [x] `rhub::rhub_check(platforms = "atlas")` * note: this must be run from the main branch. * overview of all platforms: `rhub::rhub_platforms()` * [x] `devtools::check_mac_release()` * if this fails with a bad gateway error, build from parent dir using `R CMD build qgisprocess` and try the [R Mac Builder site](https://mac.r-project.org/macbuilder/submit.html) * [x] `devtools::check_win_devel()` * [x] `revdepcheck::revdep_check(num_workers = 4)` * [x] Update `cran-comments.md` * [x] `git push` Submit to CRAN: * [x] `usethis::use_version('patch')` * [x] `codemetar::write_codemeta()` * [x] `devtools::release()` (asks questions before running `devtools::submit_cran()`) * [x] Approve email Wait for CRAN... * [x] Accepted :tada: * [x] Tag and release on GitHub * [x] `usethis::use_dev_version(push = FALSE)`
Prepare for release:
git pullstyler::style_pkg(scope = "line_breaks")urlchecker::url_check()devtools::spell_check()devtools::build_readme()devtools::check(remote = TRUE, manual = TRUE, document = FALSE)(after deleting package cache)rhub::rhub_check(platforms = "atlas")rhub::rhub_platforms()devtools::check_mac_release()R CMD build qgisprocessand try the R Mac Builder sitedevtools::check_win_devel()revdepcheck::revdep_check(num_workers = 4)cran-comments.mdgit pushSubmit to CRAN:
usethis::use_version('patch')codemetar::write_codemeta()devtools::release()(asks questions before runningdevtools::submit_cran())Wait for CRAN...
usethis::use_dev_version(push = FALSE)