R/release_questions.R

Defines functions release_questions

release_questions <- function() {
  c(
    "Have you updated the DESCRIPTION file? Make sure the version number is right.",
    "Have you checked for reverse dependencies?",
    "Have you updated README.md?",
    "Have you updated NEWS.md?",
    "Have you updated cran-comments.md?",
    "Have you updated all the documentation using devtools::check_man()?",
    "Have you gotten approval from all authors to push to CRAN?",
    "Did you make sure the DESCRIPTION matches what's in arsenal.R?"
  )
}

Try the arsenal package in your browser

Any scripts or data that you put into this service are public.

arsenal documentation built on June 5, 2021, 1:06 a.m.