tests/testthat/test_pipelines_run_two_warnings/pipe_warning.R

#' @maestroFrequency 1 day
pipe3 <- function() {
  warning("Oops")
  iris
}

#' @maestroFrequency
pipe4 <- function() {
  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.