Package: hashr
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: GPL-3
Title: Hash R Objects to Integers Fast
Type: Package
LazyLoad: yes
Authors@R: c( person("Mark", "van der Loo",
        role=c("aut","cre"),email="mark.vanderloo@gmail.com") ,
        person("Paul", "Hsieh", role=c("ctb")))
Description: Apply an adaptation of the SuperFastHash algorithm to any R
    object. Hash whole R objects or, for vectors or lists, hash R objects to obtain
    a set of hash values that is stored in a structure equivalent to the input. See
    <http://www.azillionmonkeys.com/qed/hash.html> for a description of the hash
    algorithm.
Version: 0.1.4
URL: https://github.com/markvanderloo/hashr
BugReports: https://github.com/markvanderloo/hashr/issues
Suggests: tinytest
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-09-01 14:40:57 UTC; mark
Author: Mark van der Loo [aut, cre],
  Paul Hsieh [ctb]
Repository: CRAN
Date/Publication: 2021-09-02 07:30:02 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-04-12 01:36:52 UTC; unix
Archs: hashr.so.dSYM
