Description Usage Arguments Details Value Examples
Lower level function that checks the synchrony of source files and their created objects
1 |
dagger |
a directed acyclic igraph representing dependencies |
tree |
dependency tree corresponding to dagger |
plotl |
logical for plotting or not |
Not for direct use. See syncProject() and syncTestProject().
list with synchronizing information
1 2 3 4 5 6 | ## Not run:
si <- pullSourceInfo("adaprHome")
projInfo <- getProjectInfo(si$dependency.dir)
syncTest(projInfo$graph,projInfo$tree)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.