tests/testthat/test_pipelines_parse_all_bad/specifiers.R

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

}

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

}

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

}

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

}

#' @maestroFrequency daily
#' @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.