Closed MMenchero closed 1 month ago
Closing this issue as version 0.6.1 has been successfully accepted to CRAN. Initially, the target was version 0.6.0, but it was updated to 0.6.1 following a patch.
Note: The patch just fixed the name of a variable in a function.
Prepare for release:
git pull
usethis::use_github_links()
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
- got some notes related to the HTML version of the manualdevtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)