task_graph_which_ready {checked}R Documentation

Find task with ready state

Description

List tasks which have ready state prioritizing check tasks over install tasks.

Usage

task_graph_which_ready(g)

Arguments

g

A dependency graph, as produced with task_graph_create().

Value

The names of packages with ready state.


[Package checked version 0.2.9 Index]