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



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: 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.35, https://cran.r-project.org/web/packages/digest
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)
Other packages that cited digest R package
View digest citation profile
Other R packages that digest depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

plsRbeta  
Partial Least Squares Regression for Beta Regression Models
Provides Partial least squares Regression for (weighted) beta regression models (Bertrand 2013,< ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  
bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
seismic  
Predict Information Cascade by Self-Exciting Point Process
An implementation of self-exciting point process model for information cascades, which occurs when m ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns