Learn R Programming

adapr (version 2.0.0)

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

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

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

Arguments

dependency.dir

Directory with dependency information files

dependency.object

data frame with dependency information

Value

list of information about file hash mismatches

Details

Only needs one or the other argument.

Examples

Run this code
# NOT RUN {
checkFileHashSource(pullSourceInfo("adaprHome")$dependency.dir)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab