LDlinkR icon indicating copy to clipboard operation
LDlinkR copied to clipboard

Prepare for release LDlinkR 1.3.0

Open timyers opened this issue 2 years ago • 0 comments

Prepare for release:

  • [x] git pull
  • [x] Check current CRAN check results
  • [x] Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • [x] Polish NEWS
  • [x] urlchecker::url_check()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [x] devtools::check_win_devel()
  • [x] rhub::check_for_cran()
  • [x] devtools::revdep(pkg = "LDlinkR", dependencies = c("Depends", "Imports", "Suggests", "LinkingTo"), bioconductor = TRUE)
  • [x] Update cran-comments.md
  • [x] git push

Submit to CRAN:

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

Wait for CRAN...

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

timyers avatar May 31 '23 12:05 timyers