task_graph_create | 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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.