R/release_questions.R

Defines functions release_questions

release_questions <- function() {
  c(
    "Have you run the testing_branch tests?",
    "Have you updated DESCRIPTION with new version number?",
    "Have you updated NEWS.md with new version number?"
  )
}

Try the DMRnet package in your browser

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

DMRnet documentation built on Aug. 7, 2023, 5:11 p.m.