R/release.R

Defines functions release_questions

release_questions <- function() {
  c(
    "Have you checked all TODOs in code?",
    "Have you removed all commmented-out, not used code? Also in tests.",
    "Have you checked on Travis?",
    "Does cran_comments.md show the notes from R-devel?",
    "Does cran_comments.md specify the correct versions of R where tested?",
    "Is dont_run set for long-running examples?",
    "Did you build vignettes?",
    "Have you checked spelling in vignettes and help files?",
    "Did you update news? Look at the commits since last version"
  )
}

Try the bnclassify package in your browser

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

bnclassify documentation built on Nov. 16, 2022, 5:08 p.m.