Skip to content

Package update protocol

Vikram Baliga edited this page Nov 6, 2019 · 1 revision

Steps for Vikram/Shree to take each time we update the package

Must run after every change, recommended in the following order:

  1. Update Version in DESCRIPTION
  2. Update NEWS with relevant info & changes
  3. spelling::spell_check_package()
  4. install() package and restart R
  5. devtools::check()
  6. goodpractice::gp()
  7. codemetar::write_codemeta()
  8. pkgdown::build_site()

OPTIONAL:

  • rhub::check_on_macos()
  • rhub::check_for_cran()

Clone this wiki locally