# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "hashr" in publications use:' type: software license: GPL-3.0-only title: 'hashr: Hash R Objects to Integers Fast' version: 0.1.4 doi: 10.32614/CRAN.package.hashr abstract: 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. authors: - family-names: Loo given-names: Mark name-particle: van der email: mark.vanderloo@gmail.com repository: https://CRAN.R-project.org/package=hashr repository-code: https://github.com/markvanderloo/hashr url: https://github.com/markvanderloo/hashr date-released: '2021-09-02' contact: - family-names: Loo given-names: Mark name-particle: van der email: mark.vanderloo@gmail.com