-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
- Bump version to match the release number
-
DESCRIPTION -
NEWS.md
-
- Check and resolve any issues in CRANs check results
https://cran.rstudio.org/web/checks/check_results_<package>.html - Ensure
NEWS.mdcontent is up-to-date (see link for general guidance) - Ensure
README.mdcontent is up-to-date (rundevtools::build_readme()if usingREADME.Rmd) - (Situational) Ensure Vignettes are up-to-date (e.g.
Rscript ./vignettes/build.R) - Ensure DESCRIPTION is correct in particular double check:
-
URL-usethis::use_github_links() -
BugReports-usethis::use_github_links() -
Authors- Any new major contributors to add? -
Version- Seriously make sure this has been bumped
-
-
devtools::check(remote = TRUE, manual = TRUE) -
urlchecker::url_check() -
devtools::check_win_devel() -
devtools::check_mac_release() -
rhub::rhub_check(platforms = c("gcc14", "clang19", "atlas", "clang-asan"))- This is to check on Debian and Fedora + some more obscure machines used by CRAN
- Runs the builds in GitHub Actions on your repo, see the "Actions" tab for the logs
- Actually check the logs manually as NOTES won't cause a pipeline failure
- (Situational) Perform reverse dependency checks
- Update CRAN Comments - full details
Metadata
Metadata
Assignees
Labels
No labels