R/release.R

Defines functions release_questions

release_questions <- function() {
  c(
    "Have you set the date in DESCRIPTION?",
    "Have you updated NEWS?",
    "Have you verified that the application vignette looks ok?",
    "Have you verified that the data.tree vignette looks ok?",
    "Have you read the Node documentation ?Node",
    "Have you checked that all the reserved words are listed in Node?"
  )
}
gluc/data.tree documentation built on Nov. 16, 2023, 10:49 p.m.