While other packages are in progress, ensure that the next selected package already has its dependencies done.
task_graph_update_ready(
g,
v = V(g),
dependencies = TRUE,
status = STATUS$pending
)The name of the next package to prioritize
A dependency graph, as produced with task_graph().
Names or nodes objects of packages whose satisfiability should be checked.
Which dependencies types should be met for a node to be considered satisfied.
status name. Nodes in v fill be filtered to consists only nodes with that status.
There are helpers defined for particular use cases that strictly rely on the
task_graph_which_ready(), they are:
task_graph_update_check_ready() - Updates check vertices whose all
dependencies are satisfied.
task_graph_update_install_ready() - Update install vertices whose all
dependencies are satisfied.
task_graph_which_ready() - List vertices whose wit ready status.