digest 0.6.6 (and 0.6.5)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new release 0.6.6 of the digest package is now on CRAN and in Debian.
This release brings the xxHash non-cryptographic hash function by Yann Collet, thanks to several pull requests by Jim Hester. After the upload of version 0.6.5 we uncovered another lovely non-standardness of Windoze: you cannot format unsigned long long
via printf()
format strings. Great. Luckily Jim found a quick (and portable) fix via the inttypes.h
header, and that went into the 0.6.6 release.
The release also contains an earlier extension for hmac()
to also cover crc32 hashes, kindly provided by Suchen Jin.
I also made a number of small internal changes such as
- switching (compiled) function registration to package load via a the
useDynLib()
declaration inNAMESPACE
, - (finally!!) formating code to proper four-space indentation,
- adding some documentation around Jim’s pull request, and
- adding a few GPL copyright headers.
CRANberries provides the usual summary of changes to the previous version.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.