checkMD5sums checks the files against a file 'MD5'. This extends the default checkMD5sums from package tools by adding a new parameter "md5file"
checkMD5sums2(package, dir, md5file, omit_files, ...)
package | the name of an installed package |
---|---|
dir | the path to the top-level directory of an installed package. |
md5file | the exact path of the md5file to compare the dir with |
omit_files | a character vector with the files or file directories to not include in the checksums |
... | not used. (but good for future backward compatibility) |
checkMD5sums returns a logical, NA if there is no 'MD5' file to be checked.