R/release.R

Defines functions release_questions

Documented in release_questions

#' Questions to ask when calling devtools::release()
#' 
#' This should be done when submitting to cran
#'
#' @return vector of questions
release_questions <- function() {
  c(
    "Have you followed the howto at the end of cran-comments.md ?",
    "Have you run revdepcheck?",
    "Is there a clean build from github actions?",
    "Was rhub called without problems? (mac, solaris, ubuntu, fedora and windows)"
  )
}

Try the loose.rock package in your browser

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

loose.rock documentation built on April 30, 2021, 1:06 a.m.