digest 0.6.0
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new version of the digest package (which generates hash function summaries for
arbitrary (and possibly nested) R
objects using any of the standard md5, sha-1, sha-256, sha-512 or crc32 algorithms)
is now on CRAN, and I will push the
corresponding version into Debian in a moment.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
For this release, Hannes Muehleisen added support for sha-512 using an older
standalone function by Aaron D. Gifford
which I had to whip into slightly more portable shape to work on
Windows. (Hint: uint32_t
from stdint.h
, not u_int32_t
)
CRANberries provides the usual summary of changes to version 0.5.2.
As usual, our package is available via the R-Forge page leading to svn and tarball access, my digest page and the local directory here.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
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.