tests/testthat/test_pipelines_run_logs_warn/pipe_warning.R

#' @maestroFrequency 1 day
#' @maestroLogLevel WARN
pipe3 <- function() {
  message("Hide me")

  warning("Oops")
  iris
}

#' @maestroLogLevel WARN
pipe4 <- function() {
  message("Hide me too")

  warning("Another oops")
  rnorm(10)
}

Try the maestro package in your browser

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

maestro documentation built on June 8, 2025, 10:44 a.m.