Package: RcppFarmHash 0.0.4

Image

Dirk Eddelbuettel

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:Dirk Eddelbuettel [aut, cre], Geoff Pike [aut], Google, Inc. [cph]

RcppFarmHash_0.0.4.tar.gz
RcppFarmHash_0.0.4.zip(r-4.7-x86_64)RcppFarmHash_0.0.4.zip(r-4.7-arm64)RcppFarmHash_0.0.4.zip(r-4.6-x86_64)RcppFarmHash_0.0.4.zip(r-4.6-arm64)
RcppFarmHash_0.0.4.tar.gz(r-4.7-arm64)RcppFarmHash_0.0.4.tar.gz(r-4.7-x86_64)RcppFarmHash_0.0.4.tar.gz(r-4.6-arm64)RcppFarmHash_0.0.4.tar.gz(r-4.6-x86_64)
RcppFarmHash_0.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
RcppFarmHash/json (API)

# Install 'RcppFarmHash' in R:
install.packages('RcppFarmHash', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/rcppfarmhash/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

1.70 score 2 scripts 202 downloads 1 exports 2 dependencies

Last updated from:5b6bfba0d7. Checks:10 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK95
linux-devel-x86_64OK110
source / vignettesOK140
linux-release-arm64OK145
linux-release-x86_64OK139
windows-devel-arm64OK188
windows-devel-x86_64OK116
windows-release-arm64OK155
windows-release-x86_64OK87
wasm-releaseOK111

Exports:farmhash

Dependencies:RcppRcppInt64

  • Image