Open adamwang15 opened 3 months ago
Hey @adamwang15
We need to finalise this! No steps to be neglected after the submission! Now, the problem is that the GH release would have to be based on the version that was submitted to CRAN and we have already merged some PRs to the main. So, how could this be done?
We also need to flag the developers' version with the .9000
in the current directory.
And NEWS
editing to be updated!
Then, pls colse this issue.
Thanks, T
Prepare for release:
git pull
usethis::use_github_links()
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
NEWS