task_graph_create {checked}R 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).


[Package checked version 0.2.0 Index]