R/xopen.R

Defines functions xopen.rcmdcheck

Documented in xopen.rcmdcheck

#' Open the check directory in a file browser window
#'
#' @param target `rcmdcheck()` result.
#' @inheritParams xopen::xopen
#' 
#' @export
#' @importFrom xopen xopen

xopen.rcmdcheck <- function(target, app = NULL, quiet = FALSE, ...) {
  xopen(target$checkdir, app = app, quiet = quiet, ...)
}

Try the rcmdcheck package in your browser

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

rcmdcheck documentation built on Sept. 27, 2021, 5:13 p.m.