checkFileHashSource: Checks the consistency of the dependency directory with the...

Description Usage Arguments Details Value Examples

Description

Checks the consistency of the dependency directory with the files within the file system. Reports the source scripts that need to be updated.

Usage

1
checkFileHashSource(dependency.dir = NULL, dependency.object = NULL)

Arguments

dependency.dir

Directory with dependency information files

dependency.object

data frame with dependency information

Details

Only needs one or the other argument.

Value

list of information about file hash mismatches

Examples

1
2
3
4
5
## Not run: 

checkFileHashSource(pullSourceInfo("adaprHome")$dependency.dir)

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.