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.37")



Attach the package and use:
library("digest")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
First Published: 2003-11-29
Latest Update: 2023-07-07
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.37, https://cran.r-project.org/web/packages/digest. Accessed 26 Mar. 2025.
Previous versions and publish date:
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)
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
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for digest2200024000260002800030000320003400036000380004000042000440004600048000TrendBars

Today's Hot Picks in Authors and Packages

photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  
sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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