This package is considered a duplicate. The official version of this package is found at:https://markvanderloo.r-universe.dev/hashr
Package: hashr 0.1.4
hashr: Hash R Objects to Integers Fast
Apply an adaptation of the SuperFastHash algorithm to any R object. Hash whole R objects or, for vectors or lists, hash R objects to obtain a set of hash values that is stored in a structure equivalent to the input. See <http://www.azillionmonkeys.com/qed/hash.html> for a description of the hash algorithm.
Authors:
hashr_0.1.4.tar.gz
hashr_0.1.4.tar.gz(r-4.5-noble)hashr_0.1.4.tar.gz(r-4.4-noble)
hashr_0.1.4.tgz(r-4.4-emscripten)hashr_0.1.4.tgz(r-4.3-emscripten)
hashr.pdf |hashr.html✨
hashr/json (API)
NEWS
# Install 'hashr' in R: |
install.packages('hashr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/markvanderloo/hashr/issues
Last updated 3 years agofrom:6683ade02c. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-linux-x86_64 | OK | Nov 10 2024 |
Exports:hash
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Hash R Objects Quickly | hashr-package |
Hash R objects to 32bit integers | hash hash.character hash.default hash.list |