R/covr.R

Defines functions using_covr

Documented in using_covr

#' @rdname covr
#' @title Detect covr
#'
#' @return A logical value
#' @export
#'
#' @examples
#' using_covr()
using_covr <- function() {
  using_envvar("R_COVR", value = "true")
}

Try the ami package in your browser

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

ami documentation built on April 4, 2025, 2:39 a.m.