powered by
Creates an graph object from a dependency object
makeDependencyGraphObj(dependency.out)
Dependency object(s) to make graph out of
graph object of project/program dependencies
# NOT RUN { trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir) dag<-makeDependencyGraphObj(trees) # }
Run the code above in your browser using DataLab