metajam icon indicating copy to clipboard operation
metajam copied to clipboard

Release metajam 0.3.1

Open brunj7 opened this issue 6 months ago • 2 comments

Prepare for release:

  • [x] git pull
  • [x] Check current CRAN check results
  • [x] Polish NEWS
  • [x] usethis::use_github_links()
  • [x] urlchecker::url_check()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [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')
  • [ ] devtools::submit_cran()
  • [ ] Approve email

Wait for CRAN...

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

brunj7 avatar Aug 06 '24 17:08 brunj7