Package: RcppFarmHash Type: Package Title: Interface to the Google 'FarmHash' Family of Hash Functions Version: 0.0.3 Date: 2023-09-09 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Geoff", "Pike", role = "aut", comment = "Author of FarmHash"), person("Google, Inc.", role = "cph", comment = "Copyright for FarmHash")) Description: 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. License: GPL (>= 2) Imports: Rcpp (>= 1.0.7) LinkingTo: Rcpp, RcppInt64 Suggests: bit64 URL: https://github.com/eddelbuettel/rcppfarmhash/, https://dirk.eddelbuettel.com/code/rcpp.farmhash.html BugReports: https://github.com/eddelbuettel/rcppfarmhash/issues RoxygenNote: 6.0.1 Encoding: UTF-8 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-16 01:36:14 UTC RemoteUrl: https://github.com/eddelbuettel/rcppfarmhash RemoteRef: HEAD RemoteSha: 053253c39327444b60a0f4314fb1952aa684bb30 NeedsCompilation: yes Packaged: 2026-06-19 07:15:33 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Geoff Pike [aut] (Author of FarmHash), Google, Inc. [cph] (Copyright for FarmHash) Maintainer: Dirk Eddelbuettel