Closed llrs closed 3 years ago
Hope to have fixed the Unicode character problem for windows release
Checked both in R-devel and R-release for windows and the only errors were related to missing the Bioconductor packages when rebuilding the vignettes.
Prepare for release:
devtools::build_readme()
usethis::use_cran_comments()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
rhub::check_for_cran()
cran-comments.md
Submit to CRAN:
usethis::use_version('patch')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version()