Learn R Programming

adapr (version 2.0.0)

checkFileHash: Checks the consistency of the dependency directory with the files within the file system

Description

Checks the consistency of the dependency directory with the files within the file system

Usage

checkFileHash(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 hase mismatches

Details

Not for direct use. Only needs one or the other argument.

Examples

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

# }

Run the code above in your browser using DataLab