task_graph_which_ready: Find task with ready state

View source: R/task_graph.R

task_graph_which_readyR 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.


checked documentation built on June 10, 2025, 9:08 a.m.