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)
"checksums"(module, path, write)
"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 data change.downloadData
.