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?"
  )
}

Try the data.tree package in your browser

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

data.tree documentation built on Nov. 13, 2023, 1:08 a.m.