Package: maestro Type: Package Title: Orchestration of Data Pipelines Version: 1.2.0 Authors@R: c( person("Will", "Hipson", , "will.e.hipson@gmail.com", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-3931-2189")), person("Ryan", "Garnett", , "ryangarnett78@gmail.com", role = c("aut", "ctb", "cph")) ) Maintainer: Will Hipson Description: Framework for creating and orchestrating data pipelines. Organize, orchestrate, and monitor multiple pipelines in a single project. Use tags to decorate functions with scheduling parameters and configuration. License: MIT + file LICENSE URL: https://github.com/whipson/maestro, https://whipson.github.io/maestro/ BugReports: https://github.com/whipson/maestro/issues Encoding: UTF-8 Imports: cli (>= 3.3.0), dplyr (>= 1.1.0), glue, lifecycle, logger, lubridate (>= 1.9.1), purrr (>= 1.0.0), R.utils, R6, rlang (>= 1.0.0), roxygen2, tictoc, timechange, utils Roxygen: list(markdown = TRUE, roclets = c("rd", "collate", "namespace")) Depends: R (>= 4.1.0) Suggests: asciicast, furrr, future, knitr, quarto, rmarkdown, rstudioapi, testthat (>= 3.0.0), withr Config/testthat/edition: 3 VignetteBuilder: knitr, quarto Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://whipson.r-universe.dev Date/Publication: 2026-07-02 12:35:34 UTC RemoteUrl: https://github.com/whipson/maestro RemoteRef: HEAD RemoteSha: 40d8343a3faf6c20e108e8c786f91751e10a475f NeedsCompilation: no Packaged: 2026-07-02 13:36:40 UTC; root Author: Will Hipson [cre, aut, cph] (ORCID: ), Ryan Garnett [aut, ctb, cph]