Learn R Programming

checked (version 0.5.0)

task_graph_which_ready: Find nodes with ready state

Description

List nodes which have ready state prioritizing check task nodes over install task nodes.

Usage

task_graph_which_ready(g)

Value

The names of packages with ready state.

Arguments

g

A dependency graph, as produced with task_graph().