powered by
Lower level function that checks the synchrony of source files and their created objects
syncTest(dagger, tree, plotl = FALSE)
a directed acyclic igraph representing dependencies
dependency tree corresponding to dagger
logical for plotting or not
list with synchronizing information
Not for direct use. See syncProject() and syncTestProject().
# NOT RUN { si <- pullSourceInfo("adaprHome") projInfo <- getProjectInfo(si$dependency.dir) syncTest(projInfo$graph,projInfo$tree) # }
Run the code above in your browser using DataLab