Learn R Programming

checked (version 0.2.0)

task_graph_create: Create Task Graph

Description

Create Task Graph

Usage

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

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

Arguments

df

data.frame listing

repos

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