R/prep_rcmdcheck.R

Defines functions rcmdcheck

#' @include lists.R prep_utils.R
#' @importFrom rcmdcheck rcmdcheck

PREPS$rcmdcheck <- function(state, path = state$path, quiet) {
  path <- normalizePath(path)
  run_prep_step(state, "rcmdcheck", function(path, quiet) {
    rcmdcheck(path, quiet = quiet)
  }, path = path, quiet = quiet, silent = quiet)
}

Try the goodpractice package in your browser

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

goodpractice documentation built on June 5, 2026, 5:06 p.m.