Shells out to the local daggle CLI to run semantic diagnostics on a DAG
(missing scripts, unresolvable secrets, unknown notification channels, and
optionally missing R packages). Returns a tidy data.frame of diagnostics.
Arguments
- dag
Character string. DAG name or path to a DAG YAML file.
- check_packages
Logical. If
TRUE, also verify that R packages required by R-based step types (rmd,coverage,pkgdown,pins, ...) are installed. Slower; runs a singleRscriptinvocation. DefaultFALSE.- daggle_bin
Character string. Path to the
dagglebinary. Defaults to"daggle"(resolved via PATH).
