powered by
check the synchrony of source files and their created objects
Sync.test(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 sync.project() and synctest.project().
# NOT RUN { si <- pull_source_info("adaprHome") projInfo <- get.project.info(si$dependency.dir) Sync.test(projInfo$graph,projInfo$tree) # }
Run the code above in your browser using DataLab