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

Description Usage Arguments Details Value Examples

View source: R/Check_file_hash_source.R

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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.