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"
  )
}
bmihaljevic/bnclassify documentation built on March 18, 2024, 8:34 a.m.