data/
subdirectory. The file data/CHECKSUMS.txt
contains the
expected checksums for each data file.
Checksums are computed using SpaDES:::digest
, which is simply a
wrapper around digest::digest
.checksums(module, path, write)## S3 method for class 'character,character,logical':
checksums(module, path, write)
## S3 method for class 'character,character,missing':
checksums(module, path)
CHECKSUMS.txt
.
Default is FALSE
, as users should not change this file.
Module developers should write this file prior to distributing
their module code, and update accordingly when the datadownloadData
.