tests/testthat/test_pipelines_run_artifacts/artifacts.R

#' @maestroFrequency 1 year
artifact <- function() {

  return("I'm an artifact")
}

#' @maestroFrequency 10 days
no_artifact <- function() {
  invisible()
}

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.