R/chk_man.r

Defines functions chk_man

Documented in chk_man

#' Check code/documentation agreement using `devtools::check_man()`
#'
#' Intended to be used as an Rstudio addin (which is why it doesn't accept
#' arguments).
#'
#' @export

chk_man <- function() {
  devtools::check_man()
}
pbreheny/breheny documentation built on April 26, 2024, 10:40 a.m.