Returns the set of stale descendants of targets.
Two modes:
"propagate"(default): treat eachtargetas "will change", then breadth-first schedule children whose parents intersect the set of nodes marked "will change". Newly scheduled nodes are also marked "will change" so their children are considered at the next level."strict": only include nodes already stale against their parents' current latest versions (no propagation).
Usage
st_plan_rebuild(
targets,
depth = Inf,
include_targets = FALSE,
mode = c("propagate", "strict")
)