Skip to content

Instantly share code, notes, and snippets.

@malcolmbarrett
Created March 27, 2019 15:08
Show Gist options
  • Save malcolmbarrett/cf09de3d97daab04f70f84b23daf2d6b to your computer and use it in GitHub Desktop.
Save malcolmbarrett/cf09de3d97daab04f70f84b23daf2d6b to your computer and use it in GitHub Desktop.
release checklist, stolen from https://github.com/tidymodels/parsnip/issues/162

Prepare for release:

  • devtools::check()
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • rhub::check(platform = 'ubuntu-rchk')
  • rhub::check_with_sanitizers()
  • revdepcheck::revdep_check(num_workers = 4) (1 issue reported)
  • Polish NEWS
  • Polish pkgdown reference index

Submit to CRAN:

  • usethis::use_version()
  • Update cran-comments.md
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • Tweet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment