Other packages > Find by keyword >

digest  

Create Compact Hash Digests of R Objects
View on CRAN: Click here


Download and install digest package within the R console
Install from CRAN:
install.packages("digest")

Install from Github:
library("remotes")
install_github("cran/digest")

Install by package version:
library("remotes")
install_version("digest", "0.6.39")



Attach the package and use:
library("digest")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2003-11-29
Latest Update: 2024-08-19
Description:
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
How to cite:
Dirk Eddelbuettel (2003). digest: Create Compact Hash Digests of R Objects. R package version 0.6.39, https://cran.r-project.org/web/packages/digest. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:32), 0.1.0 (2003-11-29 21:49), 0.1.1 (2003-12-23 16:55), 0.1.2 (2004-05-27 07:01), 0.2.0 (2005-04-07 17:32), 0.2.1 (2005-11-04 14:43), 0.2.2 (2006-08-03 12:32), 0.2.3 (2007-01-01 15:22), 0.3.0 (2007-04-26 19:55), 0.3.1 (2007-09-28 21:01), 0.4.0 (2009-09-24 08:31), 0.4.1 (2009-09-24 17:59), 0.4.2 (2009-12-06 10:22), 0.5.0 (2011-05-30 06:33), 0.5.1 (2011-09-21 21:07), 0.5.2 (2012-03-15 06:37), 0.6.0 (2012-11-25 18:21), 0.6.1 (2013-01-21 18:53), 0.6.2 (2013-01-25 18:44), 0.6.3 (2013-02-16 16:34), 0.6.4 (2013-12-03 07:39), 0.6.5 (2014-12-09 08:17), 0.6.6 (2014-12-10 07:37), 0.6.7 (2014-12-20 17:04), 0.6.8 (2014-12-31 07:47), 0.6.9 (2016-01-08 08:49), 0.6.10 (2016-08-02 16:59), 0.6.11 (2017-01-03 18:24), 0.6.12 (2017-01-27 10:18), 0.6.13 (2017-12-14 17:54), 0.6.14 (2018-01-14 23:02), 0.6.15 (2018-01-28 22:43), 0.6.16 (2018-08-22 18:20), 0.6.17 (2018-09-12 16:40), 0.6.18 (2018-10-10 18:00), 0.6.19 (2019-05-20 07:10), 0.6.20 (2019-07-04 16:40), 0.6.21 (2019-09-21 01:20), 0.6.22 (2019-10-21 16:40), 0.6.23 (2019-11-23 10:40), 0.6.24 (2020-02-12 15:30), 0.6.25 (2020-02-23 01:10), 0.6.26 (2020-10-17 18:20), 0.6.27 (2020-10-25 00:10), 0.6.28 (2021-09-23 18:50), 0.6.29 (2021-12-01 08:40), 0.6.30 (2022-10-18 10:32), 0.6.31 (2022-12-11 08:40), 0.6.32 (2023-06-26 15:30), 0.6.33 (2023-07-07 16:10), 0.6.34 (2024-01-11 14:40), 0.6.35 (2024-03-11 15:10), 0.6.36 (2024-06-23 18:40), 0.6.37 (2024-08-19 16:10), 0.6.38 (2025-11-12 09:40)
Other packages that cited digest R package
View digest citation profile
Other R packages that digest depends, imports, suggests or enhances
Complete documentation for digest
Functions, R codes and Examples using the digest R package
Some associated functions: AES . digest . digest2int . hmac . makeRaw . sha1 . vdigest . 
Some associated R codes: AES.R . digest.R . digest2int.R . hmac.R . init.R . sha1.R . vdigest.R . zzz.R .  Full digest package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA