crayon icon indicating copy to clipboard operation
crayon copied to clipboard

Release crayon 1.5.2

Open gaborcsardi opened this issue 3 years ago • 0 comments

Prepare for release:

  • [x] git pull
  • [x] Check current CRAN check results
  • [x] Polish NEWS
  • [x] urlchecker::url_check()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [x] ~~devtools::check_win_devel()~~ down
  • [x] rhub::check_for_cran()
  • [x] revdepcheck::revdep_check(num_workers = 8)
  • [x] ~~Update cran-comments.md~~
  • [x] git push

Submit to CRAN:

  • [x] usethis::use_version('patch')
  • [ ] devtools::submit_cran()
  • [ ] Approve email

Wait for CRAN...

  • [ ] Accepted :tada:
  • [ ] git push
  • [ ] usethis::use_github_release()
  • [ ] usethis::use_dev_version()
  • [ ] git push

gaborcsardi avatar Sep 28 '22 11:09 gaborcsardi