R/has-tests.R

Defines functions has_tests

Documented in has_tests

#' Was devtools installed with tests?
#'
#' @keywords internal
#' @export
has_tests <- function() {
  system.file("tests", package = "devtools") != ""
}
thierrymoudiki/devtools documentation built on July 28, 2020, 12:58 a.m.