tests/testthat/test_pipelines_parse_all_good/specifiers.R

#' @maestroFrequency daily
#' @maestroDays 1 8 24 28
specific_days <- function() {

}

#' @maestroFrequency daily
#' @maestroDays Tue Fri
specific_days2 <- function() {

}

#' @maestroFrequency hourly
#' @maestroHours 0 4 8 12 16 20
specific_hours <- function() {

}

#' @maestroFrequency biweekly
#' @maestroMonths 1 5 10
specific_months1 <- function() {

}

#' @maestroFrequency weekly
#' @maestroMonths 1 5 10
specific_months2 <- function() {

}

#' @maestroFrequency monthly
#' @maestroMonths 1 5 10
specific_months3 <- function() {

}

#' @maestroFrequency hourly
#' @maestroHours 1 12
#' @maestroDays 1
#' @maestroMonths 1 5 10
specific_multi <- function() {

}

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.