powered by
Acquire all dependencies related to a project, Generate graph of project dependencies, Get all file information related to project
getProjectInfo(dependency.dir)
is the string location of dependency files
list with stacked dependency files, graph of dependencies, and condensed file information
# NOT RUN { projInfo <- getProjectInfo(pullSourceInfo("adaprHome")$dependency.dir) plot(projInfo$graph) # } # NOT RUN { # }
Run the code above in your browser using DataLab