Skip to content

Release v1.1.2 #145

@gowerc

Description

@gowerc
  • 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.md content is up-to-date (see link for general guidance)
  • Ensure README.md content is up-to-date (run devtools::build_readme() if using README.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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions