inst/good_pkg/R/utils_messages.R

msg_error = function(msg) {
  cli::cli_alert_danger(msg)
  if (isTRUE(stop)) {
    stop(call. = FALSE)
  }
}
jumpingrivers/inteRgrate documentation built on May 20, 2022, 11:08 p.m.