-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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