Open pearsonca opened 2 months ago
I can deal with the linting issues, but not sure about the test-coverage - my end, the tests work (though they did some troubleshooting).
et.hash(hash, get(".hash.salt", envir = parent.frame()))
- ├─base::set.seed(...)
- └─base::readBin(digest(obj, algo = "xxhash32", raw = TRUE), "integer")
- └─base::file(con, "rb")
Nice! Will take a look tonight.
This is the error. Is the test CI missing a dependency?
This is the error. Is the test CI missing a dependency?
Not sure how that gets specified - the DESCRIPTION and NAMESPACE dependencies correctly connect to digest. Whereabouts do CI package dependencies live? Presumably somewhere in the YAML configs.
If they are in the DESCRIPTION it should pick them up. Platform specific issue maybe?
s live? Presumably somewhere in the YAML configs.
Yes if different to the DESCRIPTION ones
Chucks the old approach, in with the new.