Read the igraph-style dependency graph of your targets
from your last attempted call to make().
For better graphing utilities, see plot_graph()
and related functions.
# NOT RUN {load_basic_example()
make(my_plan)
g <- read_graph(plot = FALSE)
class(g)
read_graph() # Actually plot the graph as an interactive visNetwork widget.# }