Learn R Programming

adapr (version 1.0.1)

Check.file.mtime.source: 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

Check.file.mtime.source(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

Only needs one or the other argument.

Examples

Run this code
## Not run: 
#  Check.file.mtime.source(pull_source_info("adaprHome")$dependency.dir)
# ## End(Not run) 

Run the code above in your browser using DataLab