task_graph_create {checked} | R Documentation |
Create Task Graph
task_graph_create(df, repos = getOption("repos"))
df |
data.frame listing |
repos |
repositories which will be used to identify dependencies chain to run R CMD checks |
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).