Skip to content

Prepare release 0.4.2 #230

@florisvdh

Description

@florisvdh

Prepare for release:

  • git pull
  • Check current CRAN check results
  • Polish NEWS
  • Apply styler::style_pkg(scope = "line_breaks")
  • urlchecker::url_check()
  • devtools::spell_check()
  • devtools::build_readme()
  • devtools::check(remote = TRUE, manual = TRUE, document = FALSE) (after deleting package cache)
  • rhub::rhub_check(platforms = "atlas")
    • note: this must be run from the main branch.
    • overview of all platforms: rhub::rhub_platforms()
  • devtools::check_mac_release()
    • if this fails with a bad gateway error, build from parent dir using R CMD build qgisprocess and try the R Mac Builder site
  • devtools::check_win_devel()
  • revdepcheck::revdep_check(num_workers = 4)
  • Update cran-comments.md
  • git push

Submit to CRAN:

  • usethis::use_version('patch')
  • codemetar::write_codemeta()
  • devtools::release() (asks questions before running devtools::submit_cran())
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • Tag and release on GitHub
  • usethis::use_dev_version(push = FALSE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions