R/Development.R

Defines functions release_questions

Documented in release_questions

release_questions <- function() {
  c(
    "Did you update the version and date in 'man/sos4R-package.Rd' ?",
    "Did you update the pkgdown site with 'pkgdown::build_site()' ?",
    "Will you not forget to create a git tag as defined in the developer docs after the package is on CRAN ?"
  )
}

Try the sos4R package in your browser

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

sos4R documentation built on July 9, 2020, 5:07 p.m.