Package: hashr Maintainer: Mark van der Loo 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 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 Repository: https://markvanderloo.r-universe.dev Date/Publication: 2024-06-14 09:13:47 UTC RemoteUrl: https://github.com/markvanderloo/hashr RemoteRef: HEAD RemoteSha: 1a1e9a6f3effbd7bca404b35ea689a84c3346cea RemoteSubdir: pkg NeedsCompilation: yes Packaged: 2026-07-04 17:45:02 UTC; root Author: Mark van der Loo [aut, cre], Paul Hsieh [ctb]