powered by
Lower level function that tests the synchrony of files in dependency tree given project information.
syncTestPI(project_info, plotl0 = FALSE)
Project information from get_project_info function
Logical indicated whether to plot the updated files
list or logical indicated whether project is synchronized or not
Not for direct use. See syncProject() and syncTestProject().
# NOT RUN { si <- pullSourceInfo("adaprHome") projInfo <- getProjectInfo(si$dependency.dir) syncTestPI(projInfo) # } # NOT RUN { # }
Run the code above in your browser using DataLab