Package: RcppFarmHash 0.0.3
RcppFarmHash: Interface to the Google 'FarmHash' Family of Hash Functions
The Google 'FarmHash' family of hash functions is used by the Google 'BigQuery' data warehouse via the 'FARM_FINGERPRINT' function. This package permits to calculate these hash digest fingerprints directly from R, and uses the included 'FarmHash' files written by G. Pike and copyrighted by Google, Inc.
Authors:
RcppFarmHash_0.0.3.tar.gz
RcppFarmHash_0.0.3.zip(r-4.5)RcppFarmHash_0.0.3.zip(r-4.4)RcppFarmHash_0.0.3.zip(r-4.3)
RcppFarmHash_0.0.3.tgz(r-4.4-x86_64)RcppFarmHash_0.0.3.tgz(r-4.4-arm64)RcppFarmHash_0.0.3.tgz(r-4.3-x86_64)RcppFarmHash_0.0.3.tgz(r-4.3-arm64)
RcppFarmHash_0.0.3.tar.gz(r-4.5-noble)RcppFarmHash_0.0.3.tar.gz(r-4.4-noble)
RcppFarmHash_0.0.3.tgz(r-4.4-emscripten)RcppFarmHash_0.0.3.tgz(r-4.3-emscripten)
RcppFarmHash.pdf |RcppFarmHash.html✨
RcppFarmHash/json (API)
NEWS
# Install 'RcppFarmHash' in R: |
install.packages('RcppFarmHash', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppfarmhash/issues
Last updated 2 months agofrom:2dbfa4b197. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | OK | Nov 12 2024 |
R-4.5-linux-x86_64 | OK | Nov 12 2024 |
R-4.4-win-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-aarch64 | OK | Nov 12 2024 |
R-4.3-win-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-aarch64 | OK | Nov 12 2024 |
Exports:farmhash
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Interface to the Google 'FarmHash' Family of Hash Functions | RcppFarmHash-package RcppFarmHash |
Compute a 'FarmHash' digest for a vector of strings | farmhash |