ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

Add unit test to verify DataObject checksum #60

Open gothub opened 7 years ago

gothub commented 7 years ago

Add a testthat check that compares the DataObject check that is calculated via the R package 'digest' to checksums created by other libraries, such as openssl. Perform this test for checksums of file based DataObjects and DataObjects that contain in-memory objects (see DataObject::initialize().