Package: RcppFarmHash
Type: Package
Title: Interface to the Google 'FarmHash' Family of Hash Functions
Version: 0.0.4
Date: 2026-09-06
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
NeedsCompilation: yes
Packaged: 2026-09-06 12:07:15 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Geoff Pike [aut] (Author of FarmHash),
  Google, Inc. [cph] (Copyright for FarmHash)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2026-09-06 12:20:02 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-09-07 09:53:18 UTC; windows
Archs: x64
