Package: RcppFarmHash
Type: Package
Title: Interface to the Google 'FarmHash' Family of Hash Functions
Version: 0.0.1
Date: 2021-07-25
Author: Dirk Eddelbuettel [aut, cre, cph],
  Geoff Pike [aut],
  Google, Inc. [cph]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Authors@R: c(
 person("Dirk", "Eddelbuettel", email = "edd@debian.org", role = c("aut", "cre", "cph")),
 person("Geoff", "Pike", role = "aut"),
 person("Google, Inc.", role = "cph"))
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.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.7)
LinkingTo: Rcpp
Suggests: bit64
URL: https://github.com/eddelbuettel/rcppfarmhash/
BugReports: https://github.com/eddelbuettel/rcppfarmhash/issues
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-07-25 19:58:23 UTC; edd
Repository: CRAN
Date/Publication: 2021-07-26 08:40:02 UTC
