task_graph_create: Create Task Graph

View source: R/task_graph.R

task_graph_createR Documentation

Create Task Graph

Description

Create Task Graph

Usage

task_graph_create(df, repos = getOption("repos"))

Arguments

df

data.frame listing

repos

repositories which will be used to identify dependencies chain to run R CMD checks

Value

A dependency graph with vertex attributes "root" (a logical value indicating whether the package as one of the roots used to create the graph), "status" (installation status) and "order" (installation order).


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