Learn R Programming

adapr (version 1.0.1)

Sync.test: check the synchrony of source files and their created objects

Description

check the synchrony of source files and their created objects

Usage

Sync.test(dagger, tree, plotl = FALSE)

Arguments

dagger
a directed acyclic igraph representing dependencies
tree
dependency tree corresponding to dagger
plotl
logical for plotting or not

Value

list with synchronizing information

Details

Not for direct use. See sync.project() and synctest.project().

Examples

Run this code
## Not run: 
#  si <- pull_source_info("adaprHome")
# projInfo <- get.project.info(si$dependency.dir)
# Sync.test(projInfo$graph,projInfo$tree)
# ## End(Not run) 

Run the code above in your browser using DataLab