# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fastmatch" in publications use:' type: software license: GPL-2.0-only title: 'fastmatch: Fast ''match()'' Function' version: 1.1-6 doi: 10.32614/CRAN.package.fastmatch abstract: Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory. authors: - family-names: Urbanek given-names: Simon email: Simon.Urbanek@r-project.org orcid: https://orcid.org/0000-0003-2297-1732 repository: https://CRAN.R-project.org/package=fastmatch url: http://www.rforge.net/fastmatch date-released: '2024-12-23' contact: - family-names: Urbanek given-names: Simon email: Simon.Urbanek@r-project.org orcid: https://orcid.org/0000-0003-2297-1732